sinergi/registry

PHP Dependency Injection helper that is object oriented and IDE friendly

Maintainers

Package info

github.com/sinergi/registry

pkg:composer/sinergi/registry

Statistics

Installs: 419

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

0.1.1 2014-07-09 10:55 UTC

This package is not auto-updated.

Last update: 2026-03-10 08:24:00 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