Skip to content

« Living on the edge » blog posts

A series of posts showcasing the new features introduced by each Symfony version.

Filter posts by Symfony release

In addition to high impact changes and big features, the new Symfony versions always add tweaks and minor improvements across its codebase. In this article you'll learn about three small security-related changes that will improve your day-to-day productivity as developer.
April 16, 2015 #Living on the edge
In Symfony project we believe that all the information relevant to developers should be one click away. That's why in Symfony 2.7 we've added a new panel with Twig information in the web debug toolbar.
April 14, 2015 #Living on the edge
In Symfony 2.7, the Symfony Serializer component has been greatly improved with lots of new features. This article introduces the most important ones.
April 13, 2015 #Living on the edge
Symfony 2.7 includes a new toolbar translation panel and a new translation profiler to display detailed information about your application internationalization.
April 8, 2015 #Living on the edge
Symfony 2.7 adds two new Twig configuration options to define the default formatting of both numbers and dates without the need to write custom code.
April 7, 2015 #Living on the edge
The Symfony Console component is the second most popular Symfony component, with more than eight million downloads on Packagist.org so far. One of the main factors of its success is the amount of features that it provides to create advanced console commands. In Symfony 2.7 we went a step further and added support for defining advanced table layouts.
March 30, 2015 #Living on the edge
Symfony 2.7 has just got a nice performance boost thanks to the decoupling of Twig from the PHP templating system.
January 13, 2015 #Living on the edge
In Symfony 2.7, the Symfony Serializer component will introduce a new feature to serialize/deserialize different sets of object attributes.
December 23, 2014 #Living on the edge
In Symfony 2.7 web profiler you'll get the full security role information for the user, including the direct roles and the inherited ones.
December 18, 2014 #Living on the edge
Symfony 2.6 includes a new VarDumper component which aims to replace the well-known var_dump() PHP function with a more modern and fully-featured alternative called dump().
December 8, 2014 #Living on the edge