CodeIgniter Forums
How to use silexphp/Pimple in Codeigniter 3 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Learn More (https://forum.codeigniter.com/forumdisplay.php?fid=15)
+--- Thread: How to use silexphp/Pimple in Codeigniter 3 (/showthread.php?tid=73362)



How to use silexphp/Pimple in Codeigniter 3 - arma7x - 04-15-2019

I made a video tutorial on how to use silexphp/Pimple in CI3

How to use silexphp/Pimple in Codeigniter 3(Youtube)


RE: How to use silexphp/Pimple in Codeigniter 3 - skunkbad - 04-15-2019

I've used Pimple before. I built a custom framework on top of Pimple. I have a lot of experience with CodeIgniter, going back to v1.7.x. With that experience, I'm under the impression that you might have some cases where Pimple's container could help manage some complex dependencies, but it'd be rare. Fun to play around with though ... I guess.


RE: How to use silexphp/Pimple in Codeigniter 3 - arma7x - 04-15-2019

Just simple solution for me. CI hooks really helpful to inject third party libraries into container.