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).
Category: PHP
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…
DunglasActionBundle: Symfony controllers, redesigned
Today is my birthday, but – unusually – I offer the gift: DunglasActionBundle – a replacement for the Symfony controller subsystem. Since few months, a lot of discussions and experimentations are occurring in the Symfony world to find a better and moderner way to create controllers. During the past summer, I’ve already switched the API Platform project from the traditional controller system to a…