The SymfonyLive conference in Germany returns to Cologne on April 5th-7th with workshops, talks and a hackday.
March 15, 2017
#Community
#Conferences
Symfony 3.3 has deprecated the entire ClassLoader component because, in the new PHP 7 era, it doesn't provide any significant performance improvement.
March 13, 2017
#Living on the edge
This week, the Symfony community proposed another massive optimization for the Routing component matcher as well as support for anonymous services in Yaml config files. In addition, we published the Symfony Community Survey 2017 where you can help us shape the future of the Symfony project.
March 12, 2017
#A week of symfony
Symfony announces its "Community Survey 2017" to better know how do you use Symfony and how can we improve it. Please take 5 minutes to help us shaping Symfony's future.
March 9, 2017
#Community
#Symfony
Symfony 3.3 added support for preloading web assets with HTTP/2 Push, a technique that allows web servers to send resources to a web browser before the browser gets to request them.
March 6, 2017
#Living on the edge
This week, Symfony development activity was very intense. First, we continued removing some container injections in favor of service locators. Then, we replaced the wildcard-based method autowiring by @required annotation and deprecated X-Status-Code for a better alternative. Finally, we added support for making form types private services and optimized the Symfony router matcher.
March 5, 2017
#A week of symfony