dev-develop
dev-develop https://indigophp.comProvides a backport of v2 dependency library
MIT
The Requires
by MĂĄrk SĂĄgi-KazĂĄr
dependency facade
Provides a backport of v2 dependency library
This package is a wrapper around fuelphp/dependency package., (*2)
Via Composer, (*3)
json
{
"require": {
"indigophp/fuel-dependency": "@stable"
}
}
, (*4)
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)
Please see CONTRIBUTING for details., (*8)
The MIT License (MIT). Please see License File for more information., (*9)
Provides a backport of v2 dependency library
MIT
dependency facade