News
Property Hooks in Action: Here Are Some Real-World Examples You Should Take a Lo...
The release of PHP 8.4, coupled with Symfony 7.4 (LTS), marks a pivotal moment in our ecosystem. For over a decade, we have religi...
How Symfony 7.4 Uses Service Tags to Enable Modular, Decoupled Architectures
This article shows how Symfony service tags, modern PHP attributes, tagged iterators, and compiler passes enable clean, extensible...
How to Scale Videos: Parallel Processing, Messenger, and More
Video is one of the heaviest tasks a web application can handle. With the release of Symfony 7.4, we have new tools that make this...
Symfony 7.4: How to Master Multi-Step Forms
Symfony 7.4 introduces the “Form of Forms” component. It manages the lifecycle of the entire process, handling navigation (Next, P...
Write Symfony Commands Like You Write Controllers—Finally
Symfony 7.4 makes Console commands expressive and type-safe.
Symfony 7.4’s Request Cleanup Closes a Classic Parameter Pollution Trap
Symfony 7.4 deprecates Request::get() to remove ambiguous input precedence and reduce HTTP parameter pollution risks ahead of Symf...
Symfony 7.4’s Share Directory Solves the Cache Problem for Kubernetes Apps
Symfony 7.4 introduces var/share to separate local system cache from shared application data—solving cache inconsistency in Kubern...
How to Build Real-World Web3 Infrastructure Using Symfony 7.4
PHP isn’t obsolete—it’s a quiet workhorse of Web3 infrastructure. This guide shows how to build a production-ready Ethereum integr...
Here's How You Can Build a FinTech Approval System With Symfony 7.4
The symfony/workflow component has long been one of the framework’s most powerful, yet underutilized, gems. It allows developers t...
Signing Messages in Symfony 7.4: A Deep Dive
Message Signing is a new feature in Symfony 7.4. The feature ensures that every message processed by your handlers was produced by...
Everything You Need to Know to Master Server-Sent Events (SSE) in Symfony 7.4
If your requirement is unidirectional (Server → Client) **Server-Sent Events (SSE)** is the protocol you should master. SSE runs o...
Tired of Learning 50 New Concepts to Build a Form? Say Hello to Lighthouse for P...
TL;DR: I built Lighthouse PHP Framework because modern frameworks got too complex. It lets you handle forms in views (like PHP int...
