Wednesday, September 23, 2026
EN

Subscribe in your feed reader — pick your desks:

https://php-net.pro/en/news/feed.atom

php-net.pro · the dev news broadsheet

The Dev Dispatch

The Dev Dispatch · PHP

Ecosystem

frameworks, tooling & runtime · 223 articles

PHP · Reads

HTTP Query Method Support in Laravel 13.19

Laravel 13.19.0 adds support for the HTTP QUERY verb with a new Http::query() client method and query/queryJson testing helpers. The release also includes a reduceInto collection method, a counted string helper, and bulk…

PHP · Reads

CLAUDE.md is RAM, not disk

Freek Van der Herten argues that CLAUDE.md serves best as temporary working memory for AI coding sessions rather than growing into permanent project documentation. The post shares concise practices to keep the file focus…

PHP · Reads

AI Review for Laravel Upgrades

Shift now integrates AI-powered code review into its Laravel upgrade workflow. The feature combines Shift's detailed migration comments with AI context for a second-pass analysis, improving upgrade accuracy and reducing …

PHP · Reads

A tour of my dotfiles

A walkthrough of a developer's dotfile repository—shell aliases, functions, and CLI tools that enable rapid machine setup. Covers modern replacements for Unix utilities (eza, bat, ripgrep, fd, zoxide, delta) with transpa…

PHP · RFC Watch

[RFC] Pipe Assignment Operator

The RFC proposes a compound assignment form of the pipe operator: $x |>= callable becomes shorthand for $x = $x |> callable. Chaining is supported. An implementation including tests has been submitted as a pull request a…

PHP · Reads

Rewriting Bun in Rust

Jarred Sumner explains why the Bun team is moving parts of the runtime from Zig to Rust after repeated memory-safety problems in a codebase that combines garbage collection with manual memory management. The piece also d…

PHP · RFC Watch

[RFC] Readonly Property Defaults

Proposal to allow default values on readonly class properties, enabling strict contracts with constant-like behaviour that cannot change at runtime. The RFC introduces a minimal change to permit initialization of readonl…

PHP · RFC Watch

RFC: Deprecations for PHP 8.6

An RFC proposes multiple deprecations targeting PHP 8.6. Discussion on the internals list focuses on the absence of impact analysis for existing code in many proposals. Contributors debate the need for systematic assessm…

PHP · Security

FrankenPHP 1.12.4 – Security & Stability Hardening

FrankenPHP 1.12.4 closes HTTP header spoofing via underscore collision, bundles Caddy 2.11.4 and Mercure 0.24.2 security patches, and fixes worker-mode crashes and data races. The CGI dash-to-underscore mapping allowed a…

PHP · Releases

Composer 2.10.2

Composer 2.10.2 delivers multiple security fixes: package name validation, protection against path traversal in bin paths, sanitization of credentials in verbose output, stricter redirect handling, and prevention of phar…

back to the front page