
During the past weeks, we've been upgrading Symfony websites like symfony.com, live.symfony.com and certification.symfony.com to use AssetMapper instead of Webpack Encore. This blog posts explains how we did it.
Initial Situation: Webpack Encore All Symfony… https://symfony.com/blog/upgrading-symfony-websites-to-assetmapper?utm_source=Symfony%20Blog%20Feed&utm_medium=feed

PHP Enumerations, or "PHP enums" for short, is one of the most anticipated new features of PHP 8.1 (released on November 25, 2021). Their most common use case is to group several related values. In previous PHP versions you had to define a series of related constants to achieve that. In PHP 8.1 you can do this:
1
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 // Defining the enumeration and its values namespace App\Config;
enum TextAlign { case Left; case Ce

The Symfony Mailer component was released for the first time in Symfony 4.3, released in May 2019. Since then, we have worked on improving it by adding more third-party providers and adding some missing features that were already available in Swiftmailer, like DKIM support and email signing. As of Symfony 5.3, all Swiftmailer great features and more are available in Symfony Mailer. Now comes the time to officially end the maintenance of Swiftmailer in favor of Symfony Mailer. I've set the end of

At Wide, Micropole’s digital agency, they help leading brands modernize their digital infrastructures while ensuring scalability, security, and performance. When Audi France approached them to migrate its system to Symfony 6, they embraced the challenge of… https://symfony.com/blog/case-study-modernizing-audi-france-s-digital-ecosystem-with-symfony-6?utm_source=Symfony%20Blog%20Feed&utm_medium=feed

Vente-unique.com, a leading European online retailer of furniture and home decor, operates in 11 countries, powered by a team of 400 professionals and serving more than 3 million customers. From 15 years, their entire e-commerce business has run on Symfony,… https://symfony.com/blog/case-study-a-long-term-powerhouse-behind-vente-unique-com-s-e-commerce-success-zero-churn-all-wins?utm_source=Symfony%20Blog%20Feed&utm_medium=feed

This week, Symfony 6.4.23, 7.2.8 and 7.3.1 maintenance versions were released. Meanwhile, the upcoming Symfony 7.4 version continued adding new features such as better controller helpers, more precision in UUIDv7 values, and using PHP serialization instead… https://symfony.com/blog/a-week-of-symfony-965-june-23-29-2025?utm_source=Symfony%20Blog%20Feed&utm_medium=feed

Symfony 6.4.23 has just been released. Read the Symfony upgrade guide to learn more about upgrading Symfony and use the SymfonyInsight upgrade reports to detect the code you will need to change in your project.
Tip…
https://symfony.com/blog/symfony-6-4-23-released?utm_source=Symfony%20Blog%20Feed&utm_medium=feed

Symfony 7.2.8 has just been released. Read the Symfony upgrade guide to learn more about upgrading Symfony and use the SymfonyInsight upgrade reports to detect the code you will need to change in your project.
Tip…
https://symfony.com/blog/symfony-7-2-8-released?utm_source=Symfony%20Blog%20Feed&utm_medium=feed

Symfony 7.3.1 has just been released. Read the Symfony upgrade guide to learn more about upgrading Symfony and use the SymfonyInsight upgrade reports to detect the code you will need to change in your project.
Tip…
https://symfony.com/blog/symfony-7-3-1-released?utm_source=Symfony%20Blog%20Feed&utm_medium=feed

This week, development activity was intense, with many bug fixes in the maintained branches, numerous deprecation removals in the 8.0 branch, and new features added to the 7.4 branch, including tighter integration with FrankenPHP, the modern PHP application… https://symfony.com/blog/a-week-of-symfony-964-june-16-22-2025?utm_source=Symfony%20Blog%20Feed&utm_medium=feed