PHP

Modern PHP, frameworks, Composer, and production patterns.

  • 5 Tracked terms
  • Last 30 days Feed window

What this topic collects on

An article joins this feed when it matches these terms. Each one is also a search of its own.

Latest in PHP


lclhost.org > blog > pseudoramdom

pseudoramdom - localhost research

4+ hour, 26+ min ago   (293+ words) Since joining, Ram has taken a special interest in three areas of the Bitcoin Core codebase: networking, the wallet, and the GUI. On the networking front, alongside team member w0xlt and fellow Bitcoin Core contributor Anthony Towns, Ram has co-authored BIP…...


dev.to > fredestante > cnpj-alfanumerico-o-que-muda-no-seu-sistema-e-como-validar-o-digito-484l

CNPJ alfanumérico: o que muda no seu sistema e como validar o dígito

5+ hour, 43+ min ago   (556+ words) Desde 2026 a Receita Federal emite CNPJs alfanuméricos. As oito posições da raiz e as quatro da ordem podem conter letras e dígitos. Os dois dígitos verificadores continuam numéricos. Um CNPJ numérico virou um caso particular do formato novo. Os CNPJs…...


dev.to > tr00d > supabase-net-devlog-11-1deg

Supabase.NET DevLog #11

6+ hour, 15+ min ago   (323+ words) Welcome to our weekly log for the Supabase.NET SDK 🎉 As mentioned in the previous post, I was out for most of the week. I spent a couple of days teaching master-degree students about code quality in France. It was…...


laravel-news.com

What We Know About Laravel 14

6+ hour, 52+ min ago   (470+ words) Or try paginated search → Laravel 14 is the next major release of the Laravel framework, expected in Q1 2027. This release will require PHP 8.4 as the minimum version and will follow Laravel's standard support cycle, with bug fixes through Q3 2028 and security updates through…...


dev.to > daniel_pertu > we-shipped-guest-play-at-1739-and-deleted-it-at-1835-49b3

We shipped guest play at 17:39 and deleted it at 18:35

8+ hour, 15+ min ago   (670+ words) Three commits, one evening: Fifty six minutes from shipped to deleted. The middle commit is the interesting one, because it is a genuinely good piece of code that should never have needed to exist, and writing it is what made…...


dev.to > inspector > typesafe-ai-and-jev-in-php-model-routing-and-classifier-with-neuron-ai-452d

TypeSafe AI and Jev in PHP: Model Routing and Classifier with Neuron AI

9+ hour, 6+ min ago   (382+ words) Every agent I have written contains a line that took me ten seconds to type and that I kept second-guessing for months. On September 15 TypeSafe AI released Jev, a model that cannot write a single word, and that is exactly…...


dev.to > abdullah_afzal > a-laravel-middleware-for-blocking-high-risk-signups-2jan

A Laravel Middleware for Blocking High-Risk Signups

9+ hour, 7+ min ago   (1597+ words) Every Laravel tutorial about blocking an IP starts the same way: an array of IP addresses, an in_array check, abort(403). That works when you already know which IP is bad. Signup abuse is the case where you never do. The address…...


dev.to > marco_odev > laravel-13-what-actually-breaks-when-you-upgrade-and-what-doesnt-13d6

Laravel 13: What Actually Breaks When You Upgrade (and What Doesn't)

11+ hour, 22+ min ago   (1636+ words) Laravel 12 stopped receiving bug fixes on August 13, 2026. Since then only security patches remain, and those run out on February 24, 2027. If you have a production app on 12, you are already in the last window. The good news is that Laravel 13 really…...


dev.to > apsis-cc > prometheus-na-pratica-scraping-o-endpoint-metrics-e-uma-mini-app-python-expondo-metricas-2j08

Prometheus na prática - scraping, o endpoint /metrics e uma mini app Python expondo métricas

16+ hour, 34+ min ago   (344+ words) No primeiro artigo desta série, subimos Prometheus, Loki e Grafana com Docker Compose, mas sem nenhuma aplicação real enviando dados — o Prometheus só monitorava a si mesmo. Este artigo resolve isso: vamos entender como o Prometheus efetivamente coleta métricas de…...


dev.to > lukman-ss > database-transactions-are-a-boundary-not-a-safety-blanket-1d9m

Database Transactions Are a Boundary, Not a Safety Blanket

17+ hour, 24+ min ago   (783+ words) The uncomfortable part of a failed payment flow is not always the error. Sometimes the function returns an error and the database still keeps half of the work. That is the failure Lab 03 demonstrates. A payment is inserted. The order…...