ganbarodigital/php-mv-di-containers

v1.2016061901 2016-06-19 19:32 UTC

This package is not auto-updated.

Last update: 2024-04-23 20:39:11 UTC


README

GitHub license @ganbarodigital on Twitter Total Downloads Scrutinizer Code Quality Coverage Status Dependency Status Reference Status

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.