qlimix/dependency-container

在 PSR 容器上注册依赖项并设置接口

2.0.0 2020-04-19 11:53 UTC

This package is auto-updated.

Last update: 2024-09-19 21:39:27 UTC


README

Travis CI Coveralls Packagist MIT License

在 PSR 容器上注册依赖项并设置接口。

安装

使用 Composer

$ composer require qlimix/dependency-container

测试

要使用 PHPUnit 在本地运行所有单元测试

$ vendor/bin/phpunit

质量

为了确保代码质量,运行 grumphp,它将运行所有工具

$ vendor/bin/grumphp run

贡献

有关详细信息,请参阅 CONTRIBUTING