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 Symfony 3.3 you can define your own YAML tags, which are mostly used to define explicit data types.
February 13, 2017 #Living on the edge
Symfony 3.3 adds support for "getter autowiring" in PHP 7 applications to improve the RAD features available for Symfony applications.
February 9, 2017 #Living on the edge
Symfony 3.3 containers implement a standard called "PSR-11: Container Interface" to increase application interoperability.
February 8, 2017 #Living on the edge
In Symfony 3.3 we decided to enable automatic console logging, so you'll get log messages when an exception occurs during the execution of a command and when the exit status of the command is different than 0.
February 2, 2017 #Living on the edge
Symfony 3.3 adds a new simpler cache based on the PSR-16 standard that complements the existing PSR-6 based cache mechanism and it's optimized to store, fetch and remove items from a cache as easy as possible.
February 1, 2017 #Living on the edge
Symfony 3.3 includes a new component called Dotenv to parse and load .env files that define environment variables for your applications.
January 13, 2017 #Living on the edge
In Symfony 3.3, the DependencyInjection component has deprecated the possibility of dumping an uncompiled container, the DefinitionDecorator class and the case-insensitivity of service identifiers.
January 12, 2017 #Living on the edge
In Symfony 3.3, we added a new Cache adapter for Memcached servers.
January 11, 2017 #Living on the edge
In Symfony 3.3, the contents dumped with the "dump()" function include a local search box to help you find any value hidden deep inside complex dumps.
January 10, 2017 #Living on the edge
In Symfony 3.3, the "class" argument of the services is now optional. When it's undefined, Symfony considers that the "id" of the service is the PHP class.
January 9, 2017 #Living on the edge