sinergi / container
PHP Dependency Injection container that is object oriented and IDE friendly
0.2.5
2015-03-29 19:54 UTC
Requires
- php: >=5.4
Requires (Dev)
- phpunit/phpunit: ~4
- twig/twig: dev-master
This package is not auto-updated.
Last update: 2024-11-05 04:40:27 UTC
README
PHP Dependency Injection container that is object oriented and IDE friendly.
Requirements
This library uses PHP 5.4+.
Installation
It is recommended that you install the Container library through composer. To do so, add the following lines to your composer.json
file.
{ "require": { "sinergi/container": "dev-master" } }