atelierspierrot/mvc-fundamental

View on GitHub
Branch: dev(View all)
NameLines of codeMaintainabilityTest coverage
src/MVCFundamental/Interfaces/ResponseInterface.php7
A
0 mins
src/MVCFundamental/Interfaces/RouteInterface.php10
A
0 mins
src/MVCFundamental/Interfaces/RouterInterface.php8
A
0 mins
src/MVCFundamental/Interfaces/ServiceContainerProviderInterface.php7
A
0 mins
src/MVCFundamental/Interfaces/TemplateEngineInterface.php12
A
0 mins
src/MVCFundamental/Interfaces/TemplateInterface.php8
A
0 mins
src/MVCFundamental/Resources/templates/default.php45
A
0 mins
src/MVCFundamental/Resources/templates/layout.php64
A
0 mins
src/MVCFundamental/Resources/templates/layout_content.php54
A
0 mins
src/MVCFundamental/Resources/templates/layout_footer.php29
A
0 mins
src/MVCFundamental/Resources/templates/layout_header.php56
A
0 mins
src/MVCFundamental/Resources/templates/layout_system.php15
A
0 mins
.gitignore
.php_cs
CHANGELOG.md
LICENSE
README.md
composer.json
phpdoc/MVCFundamental.html
phpdoc/MVCFundamental/AppKernel.html
phpdoc/MVCFundamental/Basic.html
phpdoc/MVCFundamental/Basic/ErrorController.html
phpdoc/MVCFundamental/Basic/Event.html
phpdoc/MVCFundamental/Basic/EventManager.html
phpdoc/MVCFundamental/Basic/Layout.html
phpdoc/MVCFundamental/Basic/Locator.html
phpdoc/MVCFundamental/Basic/Request.html
phpdoc/MVCFundamental/Basic/Response.html
phpdoc/MVCFundamental/Basic/Route.html
phpdoc/MVCFundamental/Basic/Router.html
phpdoc/MVCFundamental/Basic/Template.html
phpdoc/MVCFundamental/Basic/TemplateEngine.html
phpdoc/MVCFundamental/Commons.html
phpdoc/MVCFundamental/Commons/DefaultLayout.html
phpdoc/MVCFundamental/Commons/Helper.html
phpdoc/MVCFundamental/Commons/ServiceContainerProviderTrait.html
phpdoc/MVCFundamental/Commons/ViewFileTrait.html
phpdoc/MVCFundamental/Exception.html
phpdoc/MVCFundamental/Exception/AccessForbiddenException.html
phpdoc/MVCFundamental/Exception/ErrorException.html
phpdoc/MVCFundamental/Exception/Exception.html
phpdoc/MVCFundamental/Exception/InternalServerErrorException.html
phpdoc/MVCFundamental/Exception/NotFoundException.html
phpdoc/MVCFundamental/FrontController.html
phpdoc/MVCFundamental/Interfaces.html
phpdoc/MVCFundamental/Interfaces/AppKernelInterface.html
phpdoc/MVCFundamental/Interfaces/ControllerInterface.html
phpdoc/MVCFundamental/Interfaces/ErrorControllerInterface.html
phpdoc/MVCFundamental/Interfaces/EventInterface.html
phpdoc/MVCFundamental/Interfaces/EventManagerInterface.html