qlimix / dependency-container-pimple
Dependency registry implemented with Pimple
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/qlimix/dependency-container-pimple
Requires
- php: >=7.4
- pimple/pimple: ^3.2
- qlimix/dependency-container: ^2.0
Requires (Dev)
- qlimix/code-standard: ^2.0
This package is auto-updated.
Last update: 2025-09-20 00:53:58 UTC
README
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.