SymfonyWorld 2020: discover more speakers and the last workshop announced!
We're very pleased to announce 3 new conference speakers and 1 last pre-conference workshop topic at SymfonyWorld 2020! Find out the last conference details!
SymfonyWorld 2020 welcomes more speakers!
We're super excited to unveil more selected speakers of SymfonyWorld 2020! Join us at the 100% online event about Symfony in 2020!
SymfonyWorld 2020: All about the conference experience
Find out all the logistic details about SymfonyWorld 2020, including conference hours, attendees' conference and workshop experience.
New in Symfony 5.2: Notifier improvements
In Symfony 5.2 the Notifier component is easier to debug and provides integration with lots of new third-party services.
SymfonyWorld 2020: Pre-conference workshops are online!
SymfonyWorld 2020 comes with 2 days of online pre-conference workshops on December 1st and 2nd 2020. Find out all the workshops you can attend!
New in Symfony 5.2: Semaphore component
Symfony 5.2 introduces a Semaphore component to complement the existing Lock component and provide access to a shared resource to multiple concurrent processes.
New in Symfony 5.2: Login links
Symfony 5.2 provides support for "login links" (or "magic links") which allow users to fully authenticate in your application by clicking on a specially crafted link.
New in Symfony 5.2: Constraints as PHP attributes
In Symfony 5.2, you can use PHP 8 attributes to define the validation constraints.
SymfonyWorld 2020: discover the latest conference speakers announced!
We're super pleased to announce more selected speakers of the first 100% online Symfony conference, December 3-4 2020. Discover the new talks and speakers scheduled! Conference speakers selection is not over yet!
New in Symfony 5.2: Form field helpers
Symfony 5.2 introduces new form field helpers to get each field part value without any HTML code around it.
New in Symfony 5.2: Login Throttling
Symfony 5.2 includes a new "login throttling" feature to mitigate brute-force attacks against login forms.
New in Symfony 5.2: Front controller configuration
In Symfony 5.2 the behavior of the front controller can be modified with configuration options, without having to edit the index.php file.
New Core Team Members
Welcome 4 new core team members!
New in Symfony 5.2: Rate Limiter component
Symfony 5.2 introduces a new Rate Limiter component to allow you implement protection measures such as limiting the number of HTTP requests or login attempts.
New in Symfony 5.2: Console signals
Symfony 5.2 introduces support for handling and responding to signals (e.g. SIGINT, SIGTERM, SIGUSR1) in your console commands.
SymfonyCloud: Better support for Symfony Messenger
SymfonyCloud gets new features to embrace the growing usage of Symfony Messenger.
SymfonyWorld 2020: meet new conference speakers!
The speakers selection for SymfonyWorld 2020 is still going on! We're pleased to announce more selected speakers of the first 100% online Symfony conference, December 3-4 2020. Discover the new talks and speakers scheduled!
New in Symfony 5.2: Shared locks
Symfony 5.2 adds support for shared locks, which is a synchronization primitive used to solve one of the readers–writers problems.
New in Symfony 5.2: Form testing asserts
Symfony 5.2 adds new asserts (assertFormValue() and assertCheckboxChecked()) to simplify the form tests .
New in Symfony 5.2: Controller argument attributes
In Symfony 5.2 you can use PHP 8 attributes in the controller arguments to turn them into other objects.
Free SymfonyInsight webinar on "How to steer my projects with confidence thanks to Quality Assurance Plans" with SensioLabs on October 15th 2020, 3 PM UTC
Join us in our free webinar about SensioLabs' feedback on how they leveraged SymfonyInsight to steer one of their project with confidence. Register now for the webinar on October 15th 2020, 3 PM UTC.
New in Symfony 5.2: Form mapping callbacks
In Symfony 5.2 you can use PHP callbacks to get/set the form field values from/into the related object/array.
New in Symfony 5.2: Uid serialization and validation
Symfony 5.2 includes a Uid normalizer to serialize/deserialize UUIDs and ULIDs. It also introduces a new validation constraint to validate ULIDs.
New in Symfony 5.2: Retryable HTTP client
In Symfony 5.2, the HTTP client can retry all the failed HTTP requests automatically.
New in Symfony 5.2: DKIM email authentication
Symfony 5.2 adds support for DKIM, an email authentication mechanism designed to reduce email phishing and spam.
New in Symfony 5.2: Async cache recomputing
In Symfony 5.2 the recomputing of cache values can be done asynchronously thanks to the new integration with the Messenger component.