PHP

Modern PHP, frameworks, Composer, and production patterns.

  • 5 Tracked terms
  • Last 30 days Feed window

Where the coverage comes from

The 31 sources publishing most on PHP over the last 30 days, out of 243 articles in the feed. Click a source for its articles on this topic and its profile.

  1. 1 @Thepracticaldev dev.to 180 articles 18+ hour ago 98%
  2. 2 Laravel News laravel-news.com 15 articles 2+ day ago 87%
  3. 3 Medium medium.com 13 articles 5+ hour ago 77%
  4. 4 @Hackernoon hackernoon.com 4 articles 2+ week ago 100%
  5. 5 Cyber Security News cyberpress.org 3 articles 1+ week ago 0%
  6. 6 gbhackers.com 2 articles 1+ week ago 0%
  7. 7 Lm Studio lmstudio.ai 2 articles 3+ day ago 0%
  8. 8 @Bgr bgr.com 1 article 2+ week ago 100%
  9. 9 Oracle Blogs blogs.oracle.com 1 article 1+ week ago 100%
  10. 10 Cocalc cocalc.ai 1 article 2+ week ago 100%
  11. 11 @Crypto_Briefing cryptobriefing.com 1 article 4+ day ago 100%
  12. 12 @The_Cyber_News cybersecuritynews.com 1 article 1+ week ago 0%

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

Medium
medium.com > @black0uTv1 > php-type-juggling-otp-bypass-to-crm-takeover-6daaf4a4056e

PHP Type Juggling: OTP Bypass to CRM Takeover

5+ hour, 45+ min ago   (32+ words) I sent “otp”: false in a JSON payload. The server replied: “Password Updated!!” The account that changed wasn’t the one I specified in the …...

DEV Community
dev.to > eryndrix > lru-cache-in-php-85-for-identity-map-13-million-opssec-4m3k

LRU Cache in PHP 8.5 for Identity Map: 13+ Million Ops/Sec

18+ hour, 42+ min ago   (25+ words) An LRU cache in PHP is one of those problems everyone and their dog has already solved a dozen times... Tagged with php, laravel, webdev....

DEV Community
dev.to > alexgeorgiev17 > nile-isolates-postgres-tenants-with-a-tenantid-column-and-one-session-variable-4e3l

Nile isolates Postgres tenants with a tenant_id column and one session variable

18+ hour, 31+ min ago   (364+ words) Disclosure: I have no affiliation with Nile. Nobody asked me to write this and nobody paid for it. I signed up for their free tier like anyone else would. I'm on my way to test products and share my findings…...

DEV Community
dev.to > serhii_a9c08345ac360cf5c8 > integrate-telegram-webhooks-in-laravel-thin-client-queues-and-fake-update-testing-178p

Integrate Telegram Webhooks in Laravel: Thin Client, Queues, and Fake Update Testing

18+ hour, 59+ min ago   (384+ words) For many applications, a thin HTTP client wrapper combined with Laravel's native routing, queuing, and testing utilities is cleaner, faster, and easier to maintain. We begin by configuring our environment variables and creating a lightweight service class to interact with…...

Medium
medium.com > codex > everyone-said-codeigniter-was-dead-heres-what-they-got-wrong-2c21bb603599

Everyone Said CodeIgniter Was Dead. Here’s What They Got Wrong.

15+ hour, 1+ min ago   (671+ words) It’s the 6th largest web framework on the internet. When developers leave it, they mostly leave PHP entirely not switch to Laravel …...

DEV Community
dev.to > iprajapatiparesh > defeating-race-conditions-optimistic-locking-in-laravel-13na

Defeating Race Conditions: Optimistic Locking in Laravel 🛡️

22+ hour, 30+ min ago   (171+ words) In enterprise SaaS applications, data integrity is paramount. When multiple users or background processes attempt to modify the same database record simultaneously, you encounter a classic concurrency conflict known as the "Lost Update" problem. There are two primary architectural approaches…...

DEV Community
dev.to > yasserelgammal > green-framework-from-a-small-experiment-to-a-php-framework-32kp

Green Framework: From a Small Experiment to a PHP Framework

1+ day, 2+ hour ago   (474+ words) Green started as a small experiment. 🌱 I didn't have a big roadmap. I just wanted to build a PHP framework myself and understand more of what happens underneath the frameworks I use every day. The first version was simple. I…...

DEV Community
dev.to > bokuwalily > 12-files-in-4-out-the-secret-scanning-gate-between-claude-codes-audit-memos-and-my-obsidian-wiki-19dd

12 Files In, 4 Out: The Secret-Scanning Gate Between Claude Code's Audit Memos and My Obsidian Wiki

1+ day, 3+ hour ago   (537+ words) I needed something mechanical that would stop these memos before they got poured into the wiki. That's wiki-sync-improvements.sh. The comment block at the top of the script summarizes the whole design. The reason log.md is excluded is visible…...

DEV Community
dev.to > agnaldonp > pare-de-esperar-o-backend-mocks-http-no-seu-proprio-subdominio-3gac

Pare de esperar o backend: mocks HTTP no seu próprio subdomínio

2+ day, 7+ hour ago   (24+ words) Você já ficou parado por causa de uma API? Se você trabalha em projetos com vários times e... Tagged with api, backend, showdev, tools....

DEV Community
dev.to > leeqvip > one-line-defense-against-bola-killing-data-level-if-else-hell-with-php-casbin-4hi9

One-Line Defense Against BOLA: Killing Data-Level if-else Hell with PHP-Casbin

2+ day, 10+ hour ago   (148+ words) In web application security, Broken Object Level Authorization (BOLA, or IDOR) consistently haunts... Tagged with permission, abac, datapermission, casbin....