mrcrmn / container
A Dependency Injection Container
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/mrcrmn/container
Requires
- php: >=5.6
- mrcrmn/collection: 0.3.1
- psr/container: 1.0.0
Requires (Dev)
- phpunit/phpunit: ^5.7
README
A PHP dependency injection container implementing the PSR-11 Container Interface.
Bind objects to the container and resolve them. Instantiate new objects and automatically resolve dependencies needed, to construct the object.
Docs
To read the docs, visit this page.