Symfony Contracts, battle-tested semantics you can depend on
Symfony Contracts are a set of abstractions extracted out of the Symfony Components and they can be used to build on semantics that components proved useful - and that already have fully-tested implementations.
New in Symfony 4.3: Extracting Translation Contents from PHP Files
In Symfony 4.3, the translation:update command has been improved to also extract translation contents from PHP files.
Last days to submit a talk proposal for SymfonyCon Amsterdam 2019
Call for Papers for SymfonyCon Amsterdam ends on May 24th 2019, submit now your talk proposals for the international Symfony conference!
New in Symfony 4.3: Timezone improvements
Symfony 4.3 will improve support of timezones in the Intl, Validator and Form components.
Less than a month before SymfonyLive Warszawa 2019
SymfonyLive Warszawa 2019 is coming next month! Today's the very last day to register at regular rates and there are only a few seats left for the workshops, register now!
New in Symfony 4.3: Native password encoder
Symfony 4.3 introduces a new native password encoder to auto-select the best possible hashing algorithm available to hash user passwords.
Join Fabien Potencier at Amsterdam PHP meetup on June 20th
We’re super excited to announce that Fabien Potencier, Symfony founder, will speak at Amsterdam PHP meetup on June 20th about “Developing Symfony applications in 2019”. Join us there!
New in Symfony 4.3: HttpClient component
Symfony 4.3 adds a new and modern HttpClient component to help you make and process HTTP requests.
New in DoctrineBundle 1.11.0
DoctrineBundle 1.11.0 has been released with a simpler configuration for Symfony Cache pools, new Messenger middleware services and new utilities to debug failing queries.
New in Symfony 4.3: More Form improvements
Symfony 4.3 will include many new features to improve the Symfony Forms, such as row attributes, custom errors in data mappers and a better form debug command.
SymfonyLive London 2019: meet the first selected speakers!
We're very pleased to announce the first selected speakers of the conference, check out the conference schedule! Early bird registration is extended to May 10th, register now at early bird before the price changes!
New in Symfony 4.3: Mime component
The new Mime component introduced in Symfony 4.3 helps you create and manipulate the MIME messages used to send emails and provides utilities related to MIME types.
New in Symfony 4.3: Messenger failure transport
In Symfony 4.3, the Messenger component allows to collect messages that fail on all their retries to inspect them and retry/delete them if wanted.
Symfony on Stackoverflow
The Symfony Community is not only GitHub. The Symfony Diversity Initiative aims to make all channels fun & safe places to interact with others. This post focuses on what this means for people asking & answering questions on StackOverflow.
Copy code from symfony.com examples
Code examples on symfony.com now display a "copy code" button so you can quickly copy their contents to the clipboard.