cti / di
This package is abandoned and no longer maintained.
The author suggests using the league/container package instead.
Dependency Injection Container
2.8.1
2014-07-15 21:09 UTC
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": "*"
}
}