Skip to content

Symfony Blog

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

The framework.trusted_proxies configuration key has been removed in Symfony 3.3. This may cause some issues when upgrading your applications. This article explains how to solve them.
May 25, 2017 #Symfony
Symfony 3.3 introduces a new paradigm for service configuration that I hope you'll love
Symfony 4 won't support HHVM anymore
This week, Symfony activity was intense: HHVM support was dropped, Symfony 4 bumped its minimum requirement to PHP 7.1, Symfony 3.3.0 RC1 was released, and the 3.3 and 3.4 branches were created in the repository. In addition, it was announced that SymfonyCon 2017 conference will take place in Cluj (Romania) on November 16-18.
May 21, 2017 #A week of symfony
The web platform running the winning campaign of the next President of France, Emmanuel Macron, is made with Symfony and is open source.
May 19, 2017 #Case studies
May 17, 2017 #Releases
Symfony Polyfills let you use modern PHP features in your PHP 5.3 applications, so you can prepare them for when you finally upgrade to PHP 7.
May 17, 2017 #Symfony
Symfony 3.3 will include a new feature to discover and register services based on PSR-4 classes found in the given directories.
May 15, 2017 #Living on the edge
This week, Symfony continued tweaking and polishing the new Dependency Injection features introduced for Symfony 3.3. Meanwhile, the KernelTestCase class added a feature to define the kernel class instead of the kernel directory, which will be useful when using Symfony Flex.
May 14, 2017 #A week of symfony
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