Skip to content

« Symfony » blog posts

Symfony project follows a time-based development process where two new minor versions are released each year. The next minor version is 3.1 which will be released at the end of May. This means that 3.1 has entered "feature freeze" and we won't add any other new feature to it.
April 4, 2016 #Symfony
Tomorrow, Symfony will celebrate a new Virtual Hack Day, where developers from around the world gather online to contribute back to the project: fixing issues and proposing pull requests.
March 11, 2016 #Symfony
The recent launch of Symfony 2.8, which will be the last minor version of the 2.x branch, made us think about further tweaks in the release process. That's why during his past SymfonyCon Paris 2015 keynote, Fabien Potencier announced the new Symfony release process.
December 10, 2015 #Symfony
In 2013, we celebrated the first edition of the Symfony Business Awards, which recognize the best business websites, applications and projects developed with Symfony. Due to the success and appreciation of these awards, we've decided to organize the second edition of the Symfony Business Awards.
November 5, 2015 #Symfony
Triagers - those people who help ask questions on issues, verify bug reports and review pull requests - are the backbone to what makes Symfony strong. We need more, and we're experimenting with a new workflow to make it easier.
September 2, 2015 #Symfony
How to make your code compatible with Twig 2.0?
August 18, 2015 #Symfony
During these last past months, we've been working very hard to achieve full PHP7 compatibility. This effort accelerated during the past weeks and we're glad to announce that all Symfony maintained branches are now 100% compatible with PHP7.
August 11, 2015 #Symfony
The Symfony Demo application was publicly introduced three months ago. During the past weeks, we've been busy adding new features to showcase Symfony functionalities. This article is a quick recap of the most important new features.
July 27, 2015 #Symfony
Symfony 2.3 has achieved 100% compatibility with HHVM, a new open-source virtual machine designed for executing programs written in Hack and PHP.
July 1, 2015 #Symfony
PSR-7 support in Symfony is here! Introducing the new PSR HTTP Message Bridge: a library to translate between the PSR-7 interfaces and Symfony's Request and Response objects. Framework users can also use PSR-7 objects immediately in your controller.
May 30, 2015 #Symfony