PHP Dependency Injection container that is object oriented and IDE friendly.
This library uses PHP 5.4+.
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"
}
}