
News
Aggregated news about Symfony

Symfony Blog
·
This week, Symfony 5.4.44, 6.4.12 and 7.1.5 maintenance versions were released. In addition, the upcoming Symfony 7.2 version added new features like non-empty container parameters...

Symfony Blog
·
Symfony 7.1.5 released
Symfony 7.1.5 has just been released.
Here is the list of the most important changes since 7.1.4:
bug #58327 [FrameworkBundle] Do not access the container when the kernel is shut...

Symfony Blog
·
Symfony 6.4.12 released
Symfony 6.4.12 has just been released.
Here is the list of the most important changes since 6.4.11:
bug #58339 [Notifier] allow the Novu bridge to be used with symfony/notifier...

Symfony Blog
·
Symfony 5.4.44 released
Symfony 5.4.44 has just been released.
Here is the list of the most important changes since 5.4.43:
bug #58327 [FrameworkBundle] Do not access the container when the kernel is...

Symfony on Medium
·
Symfony Docker Integration: A Step-by-Step Guide

Symfony on Medium
·
Symfony API Platform Example: Building a Simple REST API

Symfony on Medium
·
Symfony API Platform Example: Building a Simple REST API

Symfony on Medium
·
Symfony UX and why its massive

Symfony Blog
·
SymfonyCon Vienna 2024: Refactor your code - refactor yourself
SymfonyCon Vienna 2024, our next annual international Symfony conference, will take place on:
December 3 & 4: Two days of hands-on workshops to learn, practice, and enhance your...

Symfony on Medium
·
Twig 4 : ce que l’on pourrait attendre.

Symfony Blog
·
SymfonyCon Vienna 2024: Can Postgres cover your NoSQL needs?
SymfonyCon Vienna 2024, our next annual international Symfony conference, will take place on:
December 3 & 4: Two days of hands-on workshops to learn, practice, and enhance your...

Symfony on Medium
·
Why Symfony is Better Than Other Frameworks

Symfony on Medium
·
PHP Upgrades: Block regressions with PHPStan

Symfony Blog
·
SymfonyCon Vienna 2024: Let's take control of our forms with Symfony!
SymfonyCon Vienna 2024, our next annual international Symfony conference, will take place on:
December 3 & 4: Two days of hands-on workshops to learn, practice, and enhance your...

Symfony on Medium
·
Symfony vs. Laravel: Why Symfony is Better Than Laravel

Symfony on Medium
·
Symfony vs. Laravel: Why Symfony is Better Than Laravel

Symfony on Medium
·
User bundle for Symfony

JoliCode blog - Symfony
·
PHP Object Lazy-Loading is More Than What You Think
We recently attended a talk about lazy-loading by Nicolas Grekas and it inspired me this blogpost!
We can find lazy-loading in all modern PHP applications, in ORMs, for example. But...

Symfony Blog
·
A Week of Symfony #924 (9-15 September 2024)
This week, Symfony development activity focused on fixing bugs on existing branches: we provided a workaround for a parse_url() bug, updated the wcswidth data in the String component...

The Strangebuzz PHP/Symfony blog
·
A better ADR pattern for your Symfony controllers
This post shows various experiments and attempts around the ADR pattern applied to Symfony controllers.