qlimix/dependency-container-pimple

Dependency registry implemented with Pimple

2.0.0 2020-04-19 12:10 UTC

This package is auto-updated.

Last update: 2024-04-19 21:34:10 UTC


README

Travis CI Coveralls Packagist MIT License

Dependency registry implemented with Pimple

Install

Using Composer:

$ composer require qlimix/dependency-container-pimple

Testing

To run all unit tests locally with PHPUnit:

$ vendor/bin/phpunit

Quality

To ensure code quality run grumphp which will run all tools:

$ vendor/bin/grumphp run

Contributing

Please see CONTRIBUTING for details.