2017 © Pedro PelĂĄez
 

fuel-package fuel-dependency

Provides a backport of v2 dependency library

image

indigophp/fuel-dependency

Provides a backport of v2 dependency library

  • Thursday, October 9, 2014
  • by mark.sagikazar
  • Repository
  • 0 Watchers
  • 0 Stars
  • 53 Installations
  • 7 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Fuel Dependency

Packagist Version Total Downloads Software License, (*1)

This package is a wrapper around fuelphp/dependency package., (*2)

Install

Via Composer, (*3)

json { "require": { "indigophp/fuel-dependency": "@stable" } }, (*4)

Usage

Let's make this clear: this is pretty much an anti-pattern., (*5)

This package backports the v2 Dependency Container and makes it usable the old way. The main purpose of this project is to help developers moving their applications from v1 to v2 by preparing them with service providers, etc. However the static, but not fully stateless logic that is used in v1 (and used by this library) is not real Dependency Injection., (*6)

IMPORTANT: DC lives inside fuel scope. This means you should not mix it with PSR autoloading. Always use it inside fuel., (*7)

Contributing

Please see CONTRIBUTING for details., (*8)

Credits

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions

09/10 2014

dev-develop

dev-develop https://indigophp.com

Provides a backport of v2 dependency library

  Sources   Download

MIT

The Requires

 

by MĂĄrk SĂĄgi-KazĂĄr

dependency facade