Symfony 4.4 will provide several polyfills for PHPUnit so you can use the same tests with different versions of PHP and PHPUnit.
October 30, 2019
#Living on the edge
Symfony 4.4 will include a feature to create notification emails, which are standardized messages intended to send notifications to yourself.
October 29, 2019
#Living on the edge
Symfony 5 is coming soon. It will be released at the end of November 2019, in less than a month. Have you planned how are you going to upgrade your application to this new version?
October 28, 2019
#SymfonyInsight
This week, Symfony continued polishing the upcoming Symfony 4.4 and 5.0 versions. The most important new feature finished this week was the management of encrypted secrets. In addition, Symfony announced the publication of a new book called Symfony 5: The Fast Track.
October 27, 2019
#A week of symfony
"Symfony 5: The Fast Track" is a new book about creating modern web applications with Symfony. Please, help us make this book a reality.
October 25, 2019
#Documentation
#Symfony
Symfony 4.4 will include a new feature to manage encrypted secrets, which is useful to store sensitive configuration values such as passwords, tokens, certificates, etc.
October 24, 2019
#Living on the edge
In Symfony 4.4, event listeners no longer require to define the event name in the service configuration and Doctrine entity listeners added support for __invoke() methods.
October 23, 2019
#Living on the edge
Symfony 4.4 will add support for Redis Sentinel and it will improve the Redis tag-aware cache to consume less memory and support up to 4 billion keys per tag.
October 22, 2019
#Living on the edge
In Symfony 4.4, commands will add new ways of displaying tabular data: horizontal tables and definition lists.
October 21, 2019
#Living on the edge
This week, the upcoming Symfony 4.4. version added a new feature for lazy computation of string values injected into services and continued working on the new feature to store secrets. Finally, the SymfonyCon Amsterdam 2019 conference announced a fundraising for its scholarship program.
October 20, 2019
#A week of symfony