SymfonyWorld Online 2021 Winter Conference is coming next month, on December
9 and 10! Today we're announcing the complete schedule of the conference:
December 9, 2021
SymfonyWorld Online 2021 Winter Conference is coming next month, on December
9 and 10! Today we're announcing the complete schedule of the conference:
December 9, 2021
This year, the traditional Black Friday offers for Symfony ecosystem come early.
Hurry up because they won't repeat until next year!
Symfony 6.0.0-BETA2 has just been released. Here is a list of the most
important changes:
Symfony 5.4.0-BETA2 has just been released. Here is a list of the most
important changes:
This week, Symfony development activity focused on polishing and tweaking the upcoming Symfony 5.4 and 6.0 releases (both will be published before the end of this month). In addition, Symfony announced a new sponsoring program for SaaS providers to back their Symfony bridges.
The Symfony Validator component provides tens of validators to validate
that a given value matches some expected constraints (e.g. not blank, being a
valid IP address, being a string shorter than 255 characters, etc.)
In Symfony 5.4 we've expanded that list with two new validators/constraints.
PHP Enumerations, or "PHP enums" for short, is one of the most anticipated
new features of PHP 8.1 (released on November 25, 2021). Their most common use
case is to group several related values. In previous PHP versions you had to
define a series of related constants to achieve that. In PHP 8.1 you can do this: