ganbarodigital / php-mv-di-containers
Installs: 117
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ganbarodigital/php-mv-di-containers
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: 2025-10-08 03:31:18 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.