2017 © Pedro Peláez
 

library injections

Injectior definition and configuration pattern.

image

embarknow/injections

Injectior definition and configuration pattern.

  • Wednesday, July 13, 2016
  • by embarknow
  • Repository
  • 2 Watchers
  • 0 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

EmbarkNow Injections

Building better software requires a better system of bootstrapping applications. Dependency injection is a principal that we should all be aware of, and using. Even with this being the case, configuring an injection system is a difficult task to get right first time., (*1)

Config file Hell

Configuring an injection system can lead to multiple config files which define the inner functionality. These are untestable., (*2)

Bootstrap Hell

Configuring an injection system can lead to a huge bootstrap file of internal logic just to define the functionality. This is untestable., (*3)

Using Injections

Injections are small invokable testable classes that define the smallest details of your application. You have to define your data layer in the injector? Write an Injection. You have to define your Twitter API? Write an Injection., (*4)

EmbarkNow Injections don't have any ties to any implementation of the dependency injection principle, so you're free to use any, and let this small package aid in your application bootstrap process., (*5)

What are Injections really?

An Injection is a class that is invokable, and much like the popular middleware pattern. It recieves input in the form of an injector implementation instance. This could be any implementation; We prefer Auryn., (*6)

The Injection is then allowed to make changes to that instance by using available methods., (*7)

Installation

composer require embarknow/injections

The Versions

13/07 2016

dev-master

9999999-dev

Injectior definition and configuration pattern.

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

by John Porter

13/07 2016

v1.0.1

1.0.1.0

Injectior definition and configuration pattern.

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

by John Porter

11/07 2016

v1.0

1.0.0.0

Injectior definition and configuration pattern.

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

by John Porter