Firemankurt Posted December 31, 2013 Share Posted December 31, 2013 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. Quote Link to comment Share on other sites More sharing options...
trq Posted December 31, 2013 Share Posted December 31, 2013 Ive not used (or heard of even) Auryn, but they are both DI containers. There not the only ones around either. Pimple is however very light weight, which a lot of the time is all that is required. Quote Link to comment Share on other sites More sharing options...
Solution sKunKbad Posted January 1, 2014 Solution Share Posted January 1, 2014 I use Pimple in my own custom framework. It's awesome, and I don't need anything else. I looked at Auryn, and it just looked overly complicated, or perhaps the documentation was just poorly written. (Maybe a little of both.) As I was reading, I noticed that the author of Auryn certainly likes to tell people how to code, and while in general there's nothing wrong with that, it was almost offensive, and a condescending tone to be sure. Quote Link to comment Share on other sites More sharing options...
Firemankurt Posted January 1, 2014 Author Share Posted January 1, 2014 Good enough for me. I will use pimple as there seems to be more tutorials and documentation available and it seems simpler. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.