sinergi/container

PHP Dependency Injection container that is object oriented and IDE friendly

Maintainers

👁 sinergi

Package info

github.com/sinergi/container

pkg:composer/sinergi/container

Statistics

Installs: 295

Dependents: 2

Suggesters: 0

Stars: 1

Open Issues: 0

0.2.5 2015-03-29 19:54 UTC

Requires

  • php: >=5.4

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT d5ec928d19a3d1c58a70e2b37ea4988db55dd3a0

  • Gabriel Bull <me.woop@gabrielbull.com>

containerdependencyinjection

This package is not auto-updated.

Last update: 2026-06-16 12:07:51 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