contained/contained

Simple PHP dependency injection container

v1.0.2 2017-01-16 17:47 UTC

This package is not auto-updated.

Last update: 2024-05-11 16:56:26 UTC


README

Build Status

Simple DI container for PHP

Requirements

The minimum requirement is PHP 5.4.

Installation

The preferred way to install this extension is through composer.

Either run

$ composer require contained/contained:~1.0

or add

$ "contained/contained": "~1.0"

to the require section of your composer.json file.