Symfony 8.1: Build HTTP-Less Applications with the Full DI Container June 3, 2026 symfony php console dependency-injection php84 framework backend Symfony 8.1 ships HTTP-less app support, a standalone ConsoleBundle, method-based commands, and the new #[RateLimit] attribute. Here's what changes. Read more →
Building Rich Terminal UIs in PHP with the Symfony Tui Component May 22, 2026 symfony php tui terminal cli php84 developer-tools Symfony's new Tui component brings CSS-like styling, widget toolkits, and PHP Fibers to terminal UI development in pure PHP 8.4+. Read more →
PHP 8.4 Property Hooks: Cleaner Object APIs Without Magic Methods April 27, 2026 php php84 oop property-hooks clean-code value-objects laravel symfony PHP 8.4 property hooks let you intercept property reads and writes directly — no more boilerplate getters, setters, or fragile magic methods. Read more →
Pest PHP 3: Advanced Testing Patterns Every PHP Developer Should Know April 26, 2026 php pest testing tdd architecture mutation-testing laravel php84 Pest PHP 3 brings mutation testing, architecture assertions, and type coverage to PHP. Here are the advanced patterns worth adding to your workflow. Read more →
Rector: Stop Manually Upgrading PHP — Let the Robot Do It April 24, 2026 php rector refactoring tools php84 php85 automation Rector automates PHP version upgrades and refactoring. Learn how to set it up, write custom rules, and integrate it into your CI pipeline. Read more →