Skip to content

Symfony Blog

All about Symfony releases, new Symfony features, and other important announcements

This week, Symfony released the 2.7.27, 2.8.20 and 3.2.8 maintenance versions and the first beta of Symfony 3.3. Meanwhile, we continued making changes related to the services and the dependency injection: services in config files now default to being private, tags under _defaults always apply and a new --types option was added to the debug:container command.
May 7, 2017 #A week of symfony
Check out the results and highlights of the Symfony Community Survey 2017.
May 5, 2017 #Community
In Symfony 3.3 you can create "service locators" to avoid injecting the entire service container when you need access to lots of services but you don't actually use all of them.
May 4, 2017 #Living on the edge
Time to introduce news ideas for Symfony 4.
May 1, 2017 #Releases
May 1, 2017 #Releases
May 1, 2017 #Releases
May 1, 2017 #Releases
This week Symfony continued fixing and polishing the new features introduced for Symfony 3.3, like the use of autoconfigure or defaults for ChildDefinition ,improving the way command services are registered and allowing to pass CSV encoder options in context. In addition, a Symfony Flex screencast was published to showcase how easy can API applications be developed with Flex.
April 30, 2017 #A week of symfony
The new "autoconfigure" option adds automation to the "_instanceof" option, greatly simplifying the configuration of your services in Symfony 3.3 applications.
April 27, 2017 #Living on the edge