Here are the slides of the talk I gave yesterday at the Symfony meetup (sfPot) of Lille. I was presenting DunglasActionBundle, a refinement of the the Symfony controller system and talking about services autowiring and the ADR pattern.
Author: Kévin Dunglas
The first alpha of API Platform 2.0 is available!
The first alpha of API Platform 2.0 has been released! Take a look to this presentation to discover changes and new features of this version: These slides have been presented first in the sfPot conference of Paris (May 17, 2016).
DunglasActionBundle 0.3.0 released!
DunglasActionBundle is an alternative controller system for the Symfony framework relying on autowiring and inspirited by the ADR pattern. Thanks to this bundle, controllers, commands and event listeners are automatically detected and registered as services. All their dependencies are also automatically registered. See the GitHub repository for an extensive documentation. A lot of work have been done…