An open API service indexing awesome lists of open source software.

https://github.com/sugiruu/contained

Simple DI container for PHP
https://github.com/sugiruu/contained

Last synced: 28 days ago
JSON representation

Simple DI container for PHP

Awesome Lists containing this project

README

        

Contained
=========
[![Build Status](https://api.travis-ci.org/skiptirengu/contained.svg?branch=master)](https://travis-ci.org/skiptirengu/contained)

Simple DI container for PHP

Requirements
------------
The minimum requirement is PHP 5.4.

Installation
------------
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```bash
$ composer require contained/contained:~1.0
```

or add

```bash
$ "contained/contained": "~1.0"
```

to the `require` section of your `composer.json` file.