cti / di
Dependency Injection Container
Installs: 1 357
Dependents: 2
Suggesters: 0
Security: 0
Stars: 15
Watchers: 6
Forks: 1
Open Issues: 0
Requires (Dev)
- phpunit/phpunit: 4.0.*
- satooshi/php-coveralls: 0.7.*@dev
This package is auto-updated.
Last update: 2021-12-23 17:37:41 UTC
README
This project is not supported any more. You can replace it with league container
This component implements dependency injection pattern.
Manager can inject properties, configure objects and resolve depenencies while calling methods.
Installation
Using composer.
{ "require": { "cti/di": "*" } }