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).
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 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 in during the last months to improve the reliability and the usability of the bundle. Today I’m proud to announce a new release of this bundle (0.3.0). It is available on GitHub and includes the following changes:
src/*Bundle/Action
and src/*Bundle/Controller
directories), commands ( src/*Bundle/Command
) and event listeners ( src/*Bundle/EventListener
) are auto-registered by defaultvendor/
) are not tracked by default anymoreContainerAwareInterface
, the container is automatically injected into itThanks to @Ener-Getick, @stof and @weaverryan for their contributions and good design advices.
If you like this bundle, please give it a star on GitHub!