cti/di

This package is abandoned and no longer maintained. The author suggests using the league/container package instead.

Dependency Injection Container

Maintainers

Details

github.com/cti/di

Source

Issues

2.8.1 2014-07-15 21:09 UTC

README

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