tomphp / container-configurator

Configure your application and the Dependency Injection Container (DIC) via config arrays or config files.
MIT License
20 stars 3 forks source link

Feature: Add container injection #64

Closed tomphp closed 8 years ago

tomphp commented 8 years ago

This enables the ability to inject the container in as a dependency to the services.

Resolves #62