qlimix / dependency-container
在 PSR 容器上注册依赖项并设置接口
2.0.0
2020-04-19 11:53 UTC
Requires
- php: >=7.4
- psr/container: ^1.0
Requires (Dev)
- qlimix/code-standard: ^2.0
This package is auto-updated.
Last update: 2024-09-19 21:39:27 UTC
README
在 PSR 容器上注册依赖项并设置接口。
安装
使用 Composer
$ composer require qlimix/dependency-container
测试
要使用 PHPUnit 在本地运行所有单元测试
$ vendor/bin/phpunit
质量
为了确保代码质量,运行 grumphp,它将运行所有工具
$ vendor/bin/grumphp run
贡献
有关详细信息,请参阅 CONTRIBUTING