grendizer / container
一个简单但功能强大的自动注入依赖的服务容器
dev-master
2016-04-04 19:47 UTC
Requires
- php: >=5.3
This package is not auto-updated.
Last update: 2025-03-07 21:02:01 UTC
README
This package is compliant with PSR-1, PSR-2 and PSR-4. If you notice compliance oversights, please send a patch via pull request.
What is Container?
Container is a small but powerful dependency injection container that allows you to decouple components in your application in order to write clean and testable code.
Install
Via Composer
$ composer require grendizer/container
Requirements
The following versions of PHP are supported by this version.
- PHP 5.3
- PHP 5.4
- PHP 5.5
- PHP 5.6
- PHP 7.0
- HHVM
Questions?
Container was created by Maofeng Zhang. Find him on Email at grendizer@163.com.