Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 965 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 965 Bytes

Container

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