#Symfony’s
🎉 Something epic is coming for Symfony’s 20th anniversary… 📖
A comic book telling the story of Symfony, 20 years in the making, like never before.
Can you guess what it is?
#Symfony #DevCommunity #PHP
November 5, 2025 at 9:00 AM
⏳ Exactly 30 days to go! SymfonyCon Amsterdam 2025 is almost here! :fusée:
Celebrate 20 years of Symfony, bring your best ideas, your energy and get ready for two days of connecting with Symfony's Global community! 💜

#SymfonyCon #Amsterdam2025 #PHP #Symfony
October 27, 2025 at 2:10 PM
Last talk of the day #ForumPHP by @mtarld.bsky.social for a deep dive into #Symfony’s BC promise and how to handle deprecations like you manage dirty socks 🧦
October 10, 2025 at 2:17 PM
Symfony's service container automatically creates an alias between an interface and its implementation if there's only one. That's pretty cool symfony.com/doc/curr...
March 14, 2024 at 2:43 PM
I've used a combination of Symfony's HTTP Client, BrowserKit and CssSelector to quickly build a small scraper. See the details in the repo https://github.com/PHPSussex/phpsussex.github.io
GitHub - PHPSussex/phpsussex.github.io: PHP Sussex website
PHP Sussex website. Contribute to PHPSussex/phpsussex.github.io development by creating an account on GitHub.
github.com
June 14, 2023 at 1:17 PM
Laravel Tip 💡: Detect User Language

Laravel uses Symfony's HttpFoundation component, which comes with some nice goodies. If you are working with localization and need to detect the user's preferred language, you can just call "getPreferredLanguage" 🚀

#laravel
September 14, 2025 at 6:57 PM
#PhpStorm 2024.1 is now available

The highlights of this version:
Full line code completion with local AI
Support for Symfony’s AssetMapper
New terminal
Improvements for Pest
PHPUnit 11.0 support

download: buff.ly/3xvSkih

release notes: buff.ly/3xvpXkk

#php
April 4, 2024 at 5:06 PM
🎤 Speaker Announcement

Alexander M. Turek joins @pimcore.bsky.social Community Dev Days with his talk "Deep Dive into Symfony's Dependency Injection Component".

📍 Frankfurt am Main
📅 13 November 2025

ℹ️ More 🔗 t1p.de/exsej
🎟️ Tickets 🔗 t1p.de/hlbkj
👔 LinkedIn 🔗 t1p.de/6xssv

#Pimcore #Symfony
July 11, 2025 at 6:12 PM
Performance boost round 2: we'll Use Symfony’s Cache Contracts to cut DB queries - and check out cache tagging!
Performance Optimization 1: Caching
We have some in-memory memoization happening to reduce database calls, but, only for the duration of a single request. We're still seeing 4 queries on the French homepage
symfonycasts.com
October 10, 2025 at 9:02 AM
So much activity on #Symfony these days. Topics are moving forward fast, lots of positive energy 💪
December 19, 2024 at 12:50 PM
Just removed a in-house ServiceFactory and replaced it using Symfony’s dependency injection system ! #refactoring #bigbang #symfony #levelup
November 21, 2024 at 9:37 PM
How can we *consume* messages from the queue asynchronously? By running Symfony’s worker command: php bin/console messenger:consume Dispatching new messages and watching them get handled async automatically? Gorgeous!
Worker Command
Even if I refresh the page, now that our messages aren't being handled immediately... the four most recent photos don't have Ponka in them. That's tragic! Instead, those messages were sent to the…
symfonycasts.com
August 18, 2025 at 9:04 AM
📦 qiutuleng/hyperf-dump-server v2.1.1

Bring Symfony's Var-Dump Server to Hyperf

🔗 https://github.com/qiutuleng/hyperf-dump-server
April 2, 2025 at 6:49 AM
Matt Mochalkin walks us through Symfony’s ObjectMapper component, which automates object-to-object transformations with just a few lines of code. A must-read for cleaner, more maintainable Symfony applications!

dev.to/mattleads/ef...
#symfony #php #symfonydevs
Effortless Data Mapping in Symfony: A Deep Dive into the ObjectMapper!
Imagine you’re building a modern API with Symfony. You’re meticulous about your architecture,...
dev.to
October 28, 2025 at 10:01 AM
Join the Symfony community in Amsterdam on 29 November for a free hackathon! Contribute to Symfony’s future, get mentored as a new contributor, and help improve testing and security. Can’t make it? Join remotely on GitHub!

symfony.com/blog/symfony...
#symfony #hackathon #opensource
SymfonyCon Amsterdam 2025: Join the Symfony Hackathon: Collaborate, Contribute, Create (Symfony Blog)
Ready to contribute to Symfony? On Nov 29, we’re hosting a Hackday in Amsterdam focused on mentoring, roadmap planning, testing, and more. Come shape the future of Symfony!
bit.ly
August 22, 2025 at 7:00 AM
Symfony’s Core Team crammed this release with big Developer Experience (DX) improvements, sweet performance gains, and vital architecture tweaks. #symfony
Everything You Can Expect With Symfony 7.4
hackernoon.com
October 14, 2025 at 4:59 AM
Hot Tip Wednesday! Need dynamic options in your select fields? Use Symfony’s expression language to populate dropdowns with service data! Perfect for API-driven choices, localized options, and maintainable select lists.

docs.sulu.io/en/2.6/cookb...
#sulucms #symfony
August 20, 2025 at 7:00 AM
Symfony's messenger component is surprisingly difficult to configure with external messages handlers and dispatchers. Specifically serialisation
January 28, 2025 at 5:54 PM
2/6
- Read the source code of Symfony to truly understand what's happening inside. Obviously, there is no need to know by heart all the Symfony's source code, but use it to lighten some tricky points.
November 24, 2024 at 9:34 AM
Oh, and I just realize that because @spatie_be's Ray app uses Symfony's VarDumper package under the hood, Laravel Dumper automatically works with Ray. Calls to `ray()` will respect any customizations in the exact same way that `dd()` does!
November 10, 2024 at 4:28 AM
📦 symfony-tools/docs-builder 0.27.1

The build system for Symfony's documentation

🔗 https://github.com/symfony-tools/docs-builder
April 7, 2025 at 11:50 AM
yes, we’ve got typescript in php: phpstan. rector to refactor legacy code in seconds, and symfony’s var-dumper for the best debugger in the world. ✨ youtube.com/shorts/M_5e3...
TypeScript in PHP?! Refactor Legacy Code and the BEST Debugger Ever!
YouTube video by Nuno Maduro
youtube.com
June 10, 2025 at 10:36 AM
We have really weird problem with #Symfony's `lint:container` command, which started to fail in one of our MRs because DI tries to call some factory with unresolved param that should be an int, but it's passed as a reference string, which causes TypeError.
March 14, 2025 at 12:24 PM
The schedule for SymfonyCon Amsterdam 2025 is live! Over 35 expert speakers, 13 workshops, an unconference track, and Symfony’s 20th anniversary celebration. Be there 25–28 November!

symfony.cmail19.com/t/y-e-qhjtik...
#symfony #symfonycon
Regular tickets Ends Wednesday! – Are you ready? 🎉
🎟️ Regular tickets ends tomorrow (October 8th, 23:59 CET)! Don’t miss your chance to secure your seat before prices increase by choosing one of the following options:
symfony.cmail19.com
October 24, 2025 at 7:00 AM
Map DTOs to Entities in Symfony with ObjectMapper

Symfony’s ObjectMapper eliminates repetitive DTO-to-entity code by mapping objects directly (no array round-trip), supports updates to existing entities, and offers fine-grained control via #[Map] for renaming, transforming, and …

#hackernews #news
Map DTOs to Entities in Symfony with ObjectMapper
Symfony’s ObjectMapper eliminates repetitive DTO-to-entity code by mapping objects directly (no array round-trip), supports updates to existing entities, and offers fine-grained control via #[Map] for renaming, transforming, and conditional mapping. It plays nicely with modern workflows (#[MapRequestPayload] for DTOs, then map to domain), keeps controllers lean, improves testability in hexagonal architectures, and can ease legacy refactors. Use the Serializer for format conversion; use ObjectMapper for object-to-object. Although currently experimental, it already delivers cleaner, faster, and more maintainable API layers.
hackernoon.com
October 15, 2025 at 7:41 PM