Reads
curated by Sönke
FREEK.DEV, July 21, 2026 — Wendell Adriel published a detailed article covering PHP attributes: how they work as metadata, how to read them with Reflection, common design patterns, Laravel usage examples, performance considerations, and testing strategies. It also weighs cases where plain, explicit code beats attribute-based abstractions, giving developers a balanced view of trade-offs rather than treating attributes as a default choice.
Tooling
curated by Heiko
HACKER NEWS (PHP, ≥15 P.), July 21, 2026 — A standalone PHP web server serving static files, PHP scripts, and WebSocket connections in a single process. Uses fork-after-preload via copy-on-write to claim ~1,600 concurrent PHP requests on 8GB RAM versus ~160 with php-fpm—eliminating …
News
curated by Heiko
MEDIUM · PHP, July 21, 2026 — Guzzle 8.0 is now available, adding HTTP/3 protocol support and stronger debugging capabilities for HTTP requests. The release prioritizes improved error diagnostics to help developers distinguish between connection failures and ambiguous t…