ganbarodigital / php-mv-di-containers
v1.2016061901
2016-06-19 19:32 UTC
Requires
- php: >= 5.5
- container-interop/container-interop: ^1.1
- ganbarodigital/php-mv-exception-helpers: ^1.2016061902
- ganbarodigital/php-the-missing-bits: ^1.2
Requires (Dev)
- couscous/couscous: dev-develop
- phpunit/phpunit: ^4.6
This package is not auto-updated.
Last update: 2024-11-05 22:57:57 UTC
README
Introduction
The PHP Dependency-Injection Containers library provides:
- service locators
- instance builders
- container-interop support
- multi-variant support to avoid
composer
conflicts
that you can drop into your own project to save you time and effort.
Installation
Run this command to add this library to your composer.json
file:
composer require ganbarodigital/php-mv-di-containers
Usage
See our docs page for a tutorial and reference documentation.