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.

Tim Mourik at 10:56 on 27 Jan 2018

Great talk.

Leon Boot at 11:45 on 29 Jan 2018

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.

Anonymous at 09:11 on 30 Jan 2018

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.