dev-master
9999999-devContainer Application Framework
MIT
The Requires
Wallogit.com
2017 © Pedro Peláez
Container Application Framework
Container Application Framework, (*1)
php composer.phar create-project geggleto/hydra [your-project-name]Note that the sub-apps do not have access directly to the container, this is to prevent sub-apps overwriting other module's settings. Sub-apps have read access to the container through the ContainerInterop interface., (*2)
The ContainerProxy disables the \ArrayAccess component of the container., (*3)
www/
I am not totally convinced that we should be letting modules access Slim directly since it could possibly cause overlap in some areas. The container instances should be initialized on a per sub-application basis then merged into Slim's DIC., (*4)
Container Application Framework
MIT