qlimix/dependency-container-phpdi

使用PHPDI实现的依赖注册表

2.0.0 2020-04-19 12:03 UTC

This package is auto-updated.

Last update: 2024-09-19 22:17:07 UTC


README

Travis CI Coveralls Packagist MIT License

使用PHPDI实现的依赖注册表。

安装

使用Composer

$ composer require qlimix/dependency-container-phpdi

测试

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

$ vendor/bin/phpunit

质量

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

$ vendor/bin/grumphp run

贡献

有关详细信息,请参阅CONTRIBUTING