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: 2024-11-05 02:02:51 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" } }