|
Project Information
-
Project feeds
- Code license
-
New BSD License
- Content license
-
Creative Commons 3.0 BY-SA
-
Labels
php,
dependency,
injection,
IoC,
DI,
inversion,
control,
container,
simple,
service,
wiring
Featured
|
If you're looking for a very simple IoC library in PHP to wire up simple dependencies and you can live with constructor dependency injection this is the project for you! Features (currently): - Constructor dependency injection
- Ability to inject static values as constructor parameters
- Can traverse dependency chain and initialize a dependency structure
- Very simple INI style configuration
- Can detect circular dependency at runtime
|