sinergi/container

PHP Dependency Injection container that is object oriented and IDE friendly

0.2.5 2015-03-29 19:54 UTC

This package is not auto-updated.

Last update: 2024-03-12 00:47:03 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"
    }
}

Examples