lemonphp / container
A simple dependency injection container, extend from Pimple 3 and implement Interop Container
v0.1.0
2016-04-07 02:31 UTC
Requires
- php: >=5.4
- container-interop/container-interop: ^1.1
- pimple/pimple: ^3.0
Requires (Dev)
- phpunit/phpunit: ^4.8
- squizlabs/php_codesniffer: ^2.5
This package is auto-updated.
Last update: 2024-11-08 06:42:44 UTC
README
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
$ composer require lemonphp/container
Usage
// TODO
Changelog
See CHANGELOG.md
Contributing
Please report any bugs or add pull requests on Github Issues.
License
This project is released under the MIT License. Copyright © 2015-2016 LemonPHP Team.