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


dev.to > szabgab > perl-weekly-791-the-dark-side-is-here-ona

Perl 🐪 Weekly #791 - The Dark Side is here!

2+ hour, 57+ min ago   (324+ words) Originally published at Perl Weekly 791 Hi there! MetaCPAN has a night mode. Underbar has a new... Tagged with perl, news, programming....


dev.to > rodolfocoding > o-mesmo-pedido-chegou-quatro-vezes-o-sqs-nao-estava-errado-211m

O mesmo pedido chegou quatro vezes. O SQS não estava errado

4+ hour, 30+ min ago   (593+ words) Quatro mensagens, um orderId parseado, quatro charge_applied. A primeira chave no DynamoDB foi unparseable. Depois, dez cópias de ORDER-003: a fila aceitou, o destino recuou as duplicatas. Tagged with aws, sqs, dynamodb, serverless....


dev.to > tiagovilasboas > 10-de-conversao-no-checkout-no-mes-a-campanha-quebrava-na-hora-de-pagar-5566

+10% de conversão no checkout no mês. A campanha quebrava na hora de pagar

5+ hour, 19+ min ago   (1424+ words) Pensa num restaurante que funciona perfeitamente nas tardes de semana. Fila zero, atendimento rápido, prato chega quente. Aí chega o feriado com promoção e o lugar enche três vezes. A cozinha não mudou. O cardápio não mudou. Mas o cliente…...


dev.to > serhii_a9c08345ac360cf5c8 > securely-authenticate-users-with-the-telegram-login-widget-in-php-and-yii2-4n4l

Securely Authenticate Users with the Telegram Login Widget in PHP and Yii2

9+ hour, 41+ min ago   (222+ words) This guide demonstrates how to build a secure backend validator in PHP to verify the Telegram Login Widget payload using HMAC-SHA-256, enforce strict expiration checks on the authentication timestamp, and map the validated Telegram ID to a user record in…...


dev.to > tiaya > a-real-world-case-of-recursion-done-right-in-php-428k

A real world case of recursion done right in PHP

15+ hour, 47+ min ago   (399+ words) Nick Cosentino @DevLeaderCa posted this message about recursion on X, ex Twitter, in October 2025,... Tagged with algorithms, ui, php, recursion....


dev.to > anashussain284 > 10-the-builder-pattern-stop-writing-10-parameter-constructors-2mhk

The Builder Pattern: Stop Writing 10-Parameter Constructors

17+ hour, 2+ min ago   (766+ words) 1. Hook & Problem Statement You're building a Laravel application. You need to send a... Tagged with php, laravel, oop, designpatterns....


dev.to > serhii_a9c08345ac360cf5c8 > build-a-resilient-telegram-bot-service-layer-in-yii2-2gl7

Build a Resilient Telegram Bot Service Layer in Yii2

18+ hour, 39+ min ago   (438+ words) When building production-grade Telegram bots in Yii2, developers often make the mistake of writing ad-hoc cURL requests inside controllers or console commands. This approach leads to duplicated code, poor error visibility, and fragile integrations that break under network latency or API…...


dev.to > luke_gree_fc8780a9e7 > your-plugin-system-couldnt-replace-plugins-so-heres-the-transaction-that-youre-missing-21lm

Your plugin system couldn't replace plugins. So here's the transaction that you're missing.

23+ hour, 9+ min ago   (27+ words) An upgrade fails halfway through activating. And what is still running? In most of the plugin systems, the answer is: none. Tagged with javascript, typescript, architecture, webdev....


dev.to > samuel_guimaraes > tirando-o-projeto-do-localhost-como-publicar-sua-primeira-pagina-web-gratuitamente-no-github-pages-ooe

Tirando o Projeto do Localhost: Como Publicar Sua Primeira Página Web Gratuitamente no GitHub Pages

1+ day, 4+ hour ago   (370+ words) Quem está nos primeiros semestres de Análise e Desenvolvimento de Sistemas (ADS) conhece bem essa rotina: criamos uma página HTML/CSS incrível, testamos no navegador (abrindo o arquivo direto da pasta ou pelo Live Server do VS Code) e tudo…...


dev.to > eniyisunucum > stop-hosting-client-wordpress-sites-in-one-shared-account-385b

Stop Hosting Client WordPress Sites in One Shared Account

1+ day, 8+ hour ago   (1233+ words) Hosting ten client sites is not the same problem as hosting one site ten times. The difference is not storage capacity or the number of domains a control panel accepts. It is the size of the failure domain: which clients…...