edouardkombo/dependency-strategy

Dependency Strategy is a strategy for dependencies injection and container.

1.0.0.x-dev 2014-01-20 17:19 UTC

This package is not auto-updated.

Last update: 2024-05-20 22:38:02 UTC


README

The Troll Inception - Dependency Strategy

About

Dependency Strategy with Roar is a dependency injection and container based over ILN (Intuitive Language Notation) files.

Requirements

Require PHP version 5.3 or greater, AbstractFactory, InterfaceFactory, ParserStrategy from The Troll Inception.

Installation

The easiest way to install is using Composer you can easily install TTI Dependency Strategy system-wide with the following command:

composer global require 'edouardkombo/dependency-strategy=1.0.0.*@dev'

Make sure you have ~/.composer/vendor/bin/ in your PATH.

Or alternatively, include a dependency in your composer.json file. For example:

{
    "require": {
        "edouardkombo/dependency-strategy": "1.0.0.*@dev"
    }
}

You can also download the DependencyStrategy source directly from the GIT checkout:

https://github.com/edouardkombo/DependencyStrategy

Documentation

All additional documentation is available in code docblocks.

Contributing

If you do contribute code to DependencyStrategy, please make sure it conforms to the PSR coding standard. The easiest way to contribute is to work on a checkout of the repository, or your own fork, rather than an installed version.

Issues

Bug reports and feature requests can be submitted on the Github issues tracker.

For further informations, contact me directly at edouard.kombo@gmail.com.