Installation

Via Composer

The Dependency-Injection Containers Library is available via Packagist:

composer require ganbarodigital/php-mv-di-containers

From Github

The source code for the Dependency-Injection Containers Library is available from Github:

git clone https://github.com/ganbarodigital/php-mv-di-containers.git

We follow the Gitflow branching model:

Branch Purpose
master latest tagged release
develop completed features and fixes waiting for final testing and release
feature/XXX work in progress, to be merged into develop when completed
release/XXX a release that is undergoing final testing, to be merged into master and develop when completed
hotfix/XXX emergency bug fixes in progress, to be merged into master and released when completed