grendizer / container
一个简单但功能强大的自动注入依赖的服务容器
Installs: 19
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/grendizer/container
Requires
- php: >=5.3
 
This package is not auto-updated.
Last update: 2025-11-01 00:11:21 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.