Getting ready to implement Pimple Dependency Injection on a large project.
I have read several tutorials for Pimple Dependency Injection.
One comment in a tutorial I was reading for Pimple mentioned a project called Auryn Injector ( https://github.com/rdlowrey/Auryn ).
The comment claimed that Auryn Injector was a TRUE dependency injection container.
Anyone use Auryn or have a comment on it's use over Pimple.