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
- Host: GitHub
- URL: https://github.com/lemonphp/container
- Owner: lemonphp
- License: mit
- Created: 2016-03-17T03:47:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-07T02:33:35.000Z (almost 10 years ago)
- Last Synced: 2024-11-16T20:17:35.194Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Package lemonphp/container
===
[](https://travis-ci.org/lemonphp/container)
[](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.