Skip to content

Symfony Blog

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

Symfony 3.3 adds a new experimental dependency injection mechanism called "getter injection".
February 23, 2017 #Living on the edge
This week, the DependencyInjection component continued focusing most of the development activity. Its most significant change was the support for named arguments. Meanwhile, we updated tests to use the new PHPUnit namespaces and we introduced support for using glob patterns everywhere to load configuration files.
February 19, 2017 #A week of symfony
In Symfony 3.3, the "autowiring-types" option is deprecated in favor of defining simple service aliases.
February 17, 2017 #Living on the edge
February 17, 2017 #Releases
In Symfony 3.3, configuration files can import other resources using "glob patterns" to make them simpler and easier to maintain.
February 16, 2017 #Living on the edge
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
This week, the Symfony Demo application reached an important milestone with the release of its 1.0.0 version. Meanwhile, Symfony 3.3 added support for PSR-11 containers and custom Yaml tags.
February 12, 2017 #A week of symfony
The "Symfony Demo application", a fully-functional Symfony application developed as a learning resource, reaches 1.0.0 version and we show you its best new features.
February 10, 2017 #Symfony
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