Skip to content

Symfony blog posts for February 2017

19 blog posts were published on February 2017

Filter posts by publication date

This week Symfony continued refactoring tests to make use of the new PHPUnit namespaces. Meanwhile, we added a build() method to the Kernel class to replace the Bundle::build() method. Lastly, we updated the main Symfony README file to add much more useful information.
February 26, 2017 #A week of symfony
In Symfony 3.3 we added a new linter to check the XLIFF translation files.
February 24, 2017 #Living on the edge
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
February 6, 2017 #Releases
February 6, 2017 #Releases
February 6, 2017 #Releases
This week, development activity focused on the DependencyInjection component: we enhanced the logs generated during the execution of the compiler passes, we added getter injection as an experimental feature and we deprecated autowiring-types in favor of aliases. Meanwhile, we continued adding "lazy loading" to some features such as value resolvers and request matchers in FirewallMap.
February 5, 2017 #A week of symfony
In order to make the Symfony ecosystem stronger and more standardized, we propose to use some common topics for GitHub repositories related to Symfony.
February 3, 2017 #Community
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