2017 © Pedro Peláez
 

library di

YaAPI DI Package

image

yaapi/di

YaAPI DI Package

  • Sunday, July 26, 2015
  • by vess
  • Repository
  • 1 Watchers
  • 0 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

DI Package Build Status

Latest Stable Version Latest Unstable Version License, (*1)

The Dependency Injection package for YaAPI provides a simple IoC Container for your application. Dependency Injection allows you the developer to control the construction and lifecycle of your objects, rather than leaving that control to the classes themselves. Instead of hard coding a class's dependencies within the class __construct() method, you instead provide to a class the dependencies it requires as arguments to its constructor. This helps to decrease hard dependencies and to create loosely coupled code., (*2)

An Inversion of Control (IoC) Container helps you to manage these dependencies in a controlled fashion., (*3)

Installation via Composer

Add "yaapi/di": "^1.0.1" to the require block in your composer.json., (*4)

{
    "require": {
        "yaapi/di": "^1.0.1"
    }
}

Alternatively, you can simply run the following from the command line:, (*5)

composer require yaapi/di:^1.0.1

The Versions

26/07 2015

dev-master

9999999-dev https://github.com/yaapi/di

YaAPI DI Package

  Sources   Download

LGPL-2.1+

The Requires

  • php >=5.4.3

 

The Development Requires

dependency injection container ioc di yaapi

26/07 2015

v1.0.2

1.0.2.0 https://github.com/yaapi/di

YaAPI DI Package

  Sources   Download

LGPL-2.1+

The Requires

  • php >=5.4.3

 

The Development Requires

dependency injection container ioc di yaapi

17/07 2015

v1.0.1

1.0.1.0 https://github.com/yaapi/packages/di

YaAPI DI Package

  Sources   Download

LGPL-2.1+

The Requires

  • php >=5.4.3

 

The Development Requires

dependency injection container ioc package di yaapi

17/07 2015

v1.0.0

1.0.0.0 https://github.com/yaapi/packages/di

YaAPI DI Package

  Sources   Download

LGPL-2.1+

The Requires

  • php >=5.4.3

 

The Development Requires

dependency injection container ioc package di yaapi