PHP Dependency Injection helper that is object oriented and IDE friendly.
This library uses PHP 5.4+.
It is recommended that you install the Registry library through composer. To do so, add the following lines to your composer.json
file.
{
"require": {
"sinergi/registry": "dev-master"
}
}