spaceonfire/container
最新稳定版本:2.5.2
Composer 安装命令:
composer require spaceonfire/container
包简介
Small yet powerful implementation of PSR-11 compatible dependency injection container
关键字:
README 文档
README
Small yet powerful implementation of PSR-11 compatible dependency injection container.
Install
Via Composer
$ composer require spaceonfire/container
Usage
use spaceonfire\Container\Container; use spaceonfire\Container\ReflectionContainer; use spaceonfire\Container\CompositeContainer; $container = new CompositeContainer([ new Container(), new ReflectionContainer(), ]);
Change log
Please see CHANGELOG for more information on what has changed recently.
Contributing
Report issues and send Pull Requests in the main spaceonfire repository. Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 1.74k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 3
- 依赖项目数: 3
- 推荐数: 2
其他信息
- 授权协议: MIT
- 更新时间: 2020-06-11