sinergi/container
PHP Dependency Injection container that is object oriented and IDE friendly
Maintainers
0.2.5
2015-03-29 19:54 UTC
Requires
- php: >=5.4
Requires (Dev)
- phpunit/phpunit: ~4
- twig/twig: dev-master
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT d5ec928d19a3d1c58a70e2b37ea4988db55dd3a0
- Gabriel Bull <me.woop@gabrielbull.com>
This package is not auto-updated.
Last update: 2026-06-16 12:07:51 UTC
README
👁 Build Status
👁 Latest Stable Version
👁 Total Downloads
👁 License
PHP Dependency Injection container that is object oriented and IDE friendly.
Requirements
This library uses PHP 5.4+.
Installation
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"
}
}
