sinergi / registry
PHP Dependency Injection helper that is object oriented and IDE friendly
0.1.1
2014-07-09 10:55 UTC
Requires
- php: >=5.4.0
Requires (Dev)
- phpunit/phpunit: ~4
This package is not auto-updated.
Last update: 2026-03-10 08:24:00 UTC
README
PHP Dependency Injection helper that is object oriented and IDE friendly.
Requirements
This library uses PHP 5.4+.
Installation
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"
}
}