News
Important Caching Strategies: How to Create Resilient Caching in Symfony
The Symfony Cache component is often the most under-utilized tool in a developer’s arsenal. This article explores important cachin...
Advanced Patterns with the Symfony Clock: MockClock, NativeClock, and More
With Symfony 7.3 and PHP 8.4, the symfony/clock component is no longer just a utility. This article explores non-trivial, producti...
Here's How You Can Cut Milliseconds Off Your Response Time Using Symfony
In the era of high user expectations and SEO demands, every millisecond counts. A faster application translates directly into bett...
Scaling API Integrations in Symfony: Fire-and-Forget, Factories, Auditing & Stre...
We’re going to architect four production-ready, non-trivial patterns using Symfony 7.x and PHP 8.x.
How to Build an Asynchronous ReAct Agent in PHP with Symfony, Doctrine, and Open...
Build a stateful, asynchronous ReAct AI agent in PHP using Symfony, Doctrine, Messenger, and OpenAI tool calling—production patter...
What You Need to Know About Advanced Patterns for Symfony HttpClient
I’ll explore high-performance concurrency, memory-safe streaming with new Symfony features, advanced resilience with retries and c...
How I Turned a ‘Simple Hydrator’ into a Full Data Mapping Framework in Symfony
The symfony/object-mapper is not just a simple hydrator; it’s a powerful, configurable facade built on top of the robust Serialize...
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 update...
Everything You Can Expect With Symfony 7.4
Symfony’s Core Team crammed this release with big Developer Experience (DX) improvements, sweet performance gains, and vital archi...
Taming Video Processing Chaos with Domain-Driven Design in Symfony
Modern app starts simple, then the business logic grows, gets tangled in the infrastructure, and before you know it, you’re wrestl...
How We Built a Chat That Books Your Service Slot in Seconds
This series of articles will delve into the architecture, key components, and a simplified view of the code behind our innovative...
