Leadtech/BootFramework

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.travis.yml
README.md
composer.json
examples/basic/resources/config/logger.xml
examples/basic/resources/config/some-service.xml
examples/basic/script
examples/basic/src/SomePackage/SomeClass.php27
A
0 mins
examples/console/hello_world/bin/console
examples/console/hello_world/bin/console_no_cache
examples/console/hello_world/resources/config/console.xml
examples/console/hello_world/resources/config/logger.xml
examples/console/hello_world/src/HelloWorld/Command/HelloWorldCommand.php48
A
0 mins
examples/microservices/demo1/resources/config/services.xml
examples/microservices/demo1/src/Services/EmployeeService.php27
A
0 mins
examples/microservices/demo1/web/index.php43
A
0 mins
license
resources/bootstrap.php2
A
0 mins
resources/php7-polyfill.php5
A
0 mins
resources/phpunit.xml
resources/schema/phpunit6.3.xsd
src/Leadtech/Boot/AbstractInitializer.php12
A
0 mins
src/Leadtech/Boot/AbstractServiceContainerDecorator.php44
A
0 mins
src/Leadtech/Boot/ApplicationContext.php185
A
1 hr
src/Leadtech/Boot/Boot.php8
A
0 mins
src/Leadtech/Boot/Builder.php218
B
4 hrs
src/Leadtech/Boot/Console/Application.php22
A
0 mins
src/Leadtech/Boot/Console/CompilerPass/ConsoleCompilerPass.php76
A
2 hrs
src/Leadtech/Boot/Console/ConsoleBuilder.php31
A
0 mins
src/Leadtech/Boot/Exception/BootstrapException.php5
A
0 mins
src/Leadtech/Boot/Exception/IncompatibleComponentException.php18
A
0 mins
src/Leadtech/Boot/Http/Application.php21
A
0 mins
src/Leadtech/Boot/Http/Exception/ServiceClassNotFoundException.php16
A
0 mins
src/Leadtech/Boot/Http/Exception/ServiceLogicException.php16
A
0 mins
src/Leadtech/Boot/Http/Exception/ServiceMethodNotFoundException.php26
A
0 mins
src/Leadtech/Boot/Http/HttpMethod.php70
A
0 mins
src/Leadtech/Boot/Http/HttpServiceInitializer.php189
A
0 mins
src/Leadtech/Boot/Http/Router/RouteMatch.php142
A
3 hrs
src/Leadtech/Boot/Http/Router/RouteMatcherBuilder.php93
A
0 mins
src/Leadtech/Boot/Http/Router/RouteOptions.php69
A
0 mins
src/Leadtech/Boot/Http/Router/RouteOptionsBuilder.php47
A
0 mins
src/Leadtech/Boot/Http/Security/RemoteAccessPolicy.php116
A
2 hrs
src/Leadtech/Boot/Http/Service/AbstractService.php70
A
1 hr
src/Leadtech/Boot/Http/Service/ServiceInterface.php11
A
0 mins
src/Leadtech/Boot/Http/WebBuilder.php166
A
0 mins
src/Leadtech/Boot/IO/FileUtils.php116
A
1 hr
src/Leadtech/Boot/InitializerInterface.php10
A
0 mins
src/Leadtech/Boot/Utils/NetworkUtils.php70
A
0 mins
src/Leadtech/Boot/Utils/StringUtils.php41
A
0 mins