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/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/microservices/demo1/resources/config/services.xml
license
resources/phpunit.xml
resources/schema/phpunit6.3.xsd
examples/basic/src/SomePackage/SomeClass.php27
examples/console/hello_world/src/HelloWorld/Command/HelloWorldCommand.php48
examples/microservices/demo1/src/Services/EmployeeService.php27
examples/microservices/demo1/web/index.php43
resources/bootstrap.php2
resources/php7-polyfill.php5
src/Leadtech/Boot/AbstractInitializer.php12
src/Leadtech/Boot/AbstractServiceContainerDecorator.php44
src/Leadtech/Boot/ApplicationContext.php185
A
1 hr
src/Leadtech/Boot/Boot.php8
src/Leadtech/Boot/Builder.php218
B
4 hrs
src/Leadtech/Boot/Console/Application.php22
src/Leadtech/Boot/Console/CompilerPass/ConsoleCompilerPass.php76
A
2 hrs
src/Leadtech/Boot/Console/ConsoleBuilder.php31
src/Leadtech/Boot/Exception/BootstrapException.php5
src/Leadtech/Boot/Exception/IncompatibleComponentException.php18
src/Leadtech/Boot/Http/Application.php21
src/Leadtech/Boot/Http/Exception/ServiceClassNotFoundException.php16
src/Leadtech/Boot/Http/Exception/ServiceLogicException.php16
src/Leadtech/Boot/Http/Exception/ServiceMethodNotFoundException.php26
src/Leadtech/Boot/Http/HttpMethod.php70
src/Leadtech/Boot/Http/HttpServiceInitializer.php189
src/Leadtech/Boot/Http/Router/RouteMatch.php142
A
3 hrs
src/Leadtech/Boot/Http/Router/RouteMatcherBuilder.php93
src/Leadtech/Boot/Http/Router/RouteOptions.php69
src/Leadtech/Boot/Http/Router/RouteOptionsBuilder.php47
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
src/Leadtech/Boot/Http/WebBuilder.php166
src/Leadtech/Boot/IO/FileUtils.php116
A
1 hr
src/Leadtech/Boot/InitializerInterface.php10
src/Leadtech/Boot/Utils/NetworkUtils.php70
src/Leadtech/Boot/Utils/StringUtils.php41