Iβm trying to tidy up the application and for some time injected constructor dependencies.
This is a bit tedious, and I would like to start using the dependency injection container.
I am looking for an active and supported DI container. I found Crafty as an alternative that can bind dependencies with XML, YAML, arrays, or programmatically.
The DI container does not have to be tightly connected to the fully inflated frame, we are looking for something simple and plug-in, with the least problems.
Does anyone have a recommendation and why did you choose a specific implementation? Thank you for reading.
source share