Talk in English - US at PHPBenelux Conference 2018
Track Name:
Track B (Permeke)
View Slides: https://talks.bitexpert.de/phpbnl18-disco/
Short URL: https://joind.in/talk/cadd0
(QR-Code (opens in new window))
In this session let me introduce you to Disco, a PSR-11 compatible, annotation-based Dependency Injection container. Disco does not use an external configuration file but uses a standard PHP class with some meta data attached to configure your services. I will guide you through the journey of setting up Disco for a new project as well as highlighting its main features. Join me for a fun little ride to “DI done right” land!
Comments
Comments are closed.
Great talk.
I've only used the Symfony container when it comes to DI so far, so can't compare it to other DI implementations, but I'd definitely give this a go when starting a non-Symfony project. Thanks for the talk.
Good speaker and interesting talk.
It was an interesting talk explaining the initial purpose of creating this library, what challenges the author faced and how he solved them.