qlimix/dependency-container-pimple

使用Pimple实现的依赖注册表

2.0.0 2020-04-19 12:10 UTC

This package is auto-updated.

Last update: 2024-09-19 22:23:26 UTC


README

Travis CI Coveralls Packagist MIT License

使用Pimple实现的依赖注册表

安装

使用Composer

$ composer require qlimix/dependency-container-pimple

测试

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

$ vendor/bin/phpunit

质量

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

$ vendor/bin/grumphp run

贡献

有关详细信息,请参阅CONTRIBUTING