sinergi/registry

PHP Dependency Injection helper that is object oriented and IDE friendly

0.1.1 2014-07-09 10:55 UTC

This package is not auto-updated.

Last update: 2024-04-22 23:23:08 UTC


README

Build Status Latest Stable Version Total Downloads License

PHP Dependency Injection helper that is object oriented and IDE friendly.

Requirements

This library uses PHP 5.4+.

Installation

It is recommended that you install the Registry library through composer. To do so, add the following lines to your composer.json file.

{
    "require": {
       "sinergi/registry": "dev-master"
    }
}

Examples