Dependency Injection Container


License
MIT

Documentation

Dependency Manager

This project is not supported any more. You can replace it with league container

Latest Stable Version Total Downloads License Build Status Coverage Status

This component implements dependency injection pattern.
Manager can inject properties, configure objects and resolve depenencies while calling methods.

Installation

Using composer.

{
    "require": {
        "cti/di": "*"    
    }
}

Documentation