Skip to content

Symfony Blog

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

In this case study, Liip explains how they used Symfony to build a very demanding and API-centric application for the biggest retail company in Switzerland.
January 21, 2016 #Case studies
La conférence SymfonyLive Paris est annoncée, elle aura lieu les 7 et 8 avril 2016 à la Cité Internationale Universitaire de Paris. Le CFP et les inscriptions au tarif early bird sont ouverts, venez participer à l'événement.
January 19, 2016 #Community #Conferences
CVE-2016-1902 fixes the SecureRandom class when OpenSSL fails.
January 18, 2016 #Security Advisories
This week Symfony released four maintenance versions: 2.3.37, 2.6.13, 2.7.9 and 2.8.2. Besides the usual bug fixes, the main change introduced by these versions is the removal of our custom random number generator. Symfony now uses PHP's built-in random_bytes() and random_int() functions and the appropriate polyfill for those applications still using PHP 5.x.
January 17, 2016 #A week of symfony
If you have created a new Symfony project recently, you may have noticed a big change in the development log file. Now we only log the important information, which makes log files cleaner and improves the development experience.
January 14, 2016 #Living on the edge
January 14, 2016 #Releases
January 14, 2016 #Releases
January 14, 2016 #Releases
January 14, 2016 #Releases
This week, Symfony continued with the mild development activity of the last weeks. The most significant changes were that FrameworkBundle now allows to autowire the service_container and that a bug related to assets version strategy was fixed.
January 10, 2016 #A week of symfony