In the composer setup (and go fwiw) it’s rather distributed. I wonder if GitHub will want to start doing something more dramatic to affected repositories.
statgrab 2.2: native PHP extension wrapping libstatgrab for cross-platform system stats. CPU, memory, disk I/O, network, processes, load average. Same code on Linux, macOS, FreeBSD, no per-OS parser.
Built against libstatgrab 0.92+ and PHP 8.0 through 8.5.
https://t.co/dirEW6D4cE
Mago 1.24.0 is out. 🎉
Mostly analyzer correctness: recursive literal-scalar widening through by-ref out types, fixes around isset/array_key_exists, list destructuring, and __call on non-final classes.
#php#mago
https://t.co/YE4sOGNTbF
🚨 Composer 2.9.6 and 2.2.27 are out with fixes for CVE-2026-40261 and CVE-2026-40176, both command injection issues in the Perforce driver. Run composer self-update now. No exploitation detected on https://t.co/Gf5b9WSiRn and Private Packagist. #php#phpc#composerphp
Last week, I released Ember. This is the perfect companion for your @caddyserver or #FrankenPHP based apps. The feedbacks have been really great so far 🥳
Did you try it? Let me know!
Ember 1.1 is around the corner and packed full of features 👀
https://t.co/LGO1aBPpMs
Florian Engelhardt’s popular session “The Four Pillars of Observability” is now available to watch. 🔍
Learn how metrics, logs, tracing, and profiling can help you better understand and optimise your PHP applications.
Watch the full talk 👇
https://t.co/XiuHlHksXd
📢 After 4 years of development, Dead Code Detector is stable
● Newly features: Laravel!
● Can find dead methods, props, consts and enums
● Supports Symfony, Twig, Doctrine, PHPUnit
● Understands transitivity (even hooks)
● Can remove dead code
Install as any @PHPStan ext
📘 "Domain-Driven Design in PHP" just got a 2nd edition — now with PHP 8.5 examples.
Entities, Value Objects, Aggregates, CQRS, Hexagonal Architecture, Bounded Contexts… all with real code.
By @carlosbuenosvinos @theUniC@keyvanakbary
🔗 https://t.co/J4PrxpAJpb
#DDD#PHP