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

https://github.com/lemonphp/container

:+1: A simple dependency injection container, extend from Pimple 3 and implement Interop Container
https://github.com/lemonphp/container

Last synced: 7 days ago
JSON representation

:+1: A simple dependency injection container, extend from Pimple 3 and implement Interop Container

Awesome Lists containing this project

README

          

Package lemonphp/container
===
[![Build Status](https://travis-ci.org/lemonphp/container.svg?branch=master)](https://travis-ci.org/lemonphp/container)
[![Coverage Status](https://coveralls.io/repos/github/lemonphp/container/badge.svg?branch=master)](https://coveralls.io/github/lemonphp/container?branch=master)

A simple dependency injection container, extend from Pimple 3 and implement Interop Container

Requirements
---

* php >=5.4
* pimple/pimple ^3.0
* container-interop/container-interop ^1.1

Installation
---

```shell
$ composer require lemonphp/container
```

Usage
---

// TODO

Changelog
---
See [CHANGELOG.md](https://github.com/lemonphp/container/blob/master/CHANGELOG.md)

Contributing
---
Please report any bugs or add pull requests on [Github Issues](https://github.com/lemonphp/container/issues).

License
---
This project is released under the MIT License.
Copyright © 2015-2016 LemonPHP Team.