sinergi / registry
PHP Dependency Injection helper that is object oriented and IDE friendly
Installs: 419
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/sinergi/registry
Requires
- php: >=5.4.0
Requires (Dev)
- phpunit/phpunit: ~4
This package is not auto-updated.
Last update: 2025-11-04 06:36:44 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"
}
}