Skip to content

skiptirengu/contained

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contained

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.