PHP & Laravel/Symfony

Frameworks, queues, and performance patterns for PHP 8+.

  • 3 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 & Laravel/Symfony


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 > 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, 40+ 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 > 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 > 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 > authbyexample1 > pull-the-tenant-from-the-auth-context-not-the-request-body-dag

Pull the tenant from the auth context, not the request body

1+ day, 12+ hour ago   (252+ words) In multi-tenant apps, a common bug is reading tenant_id from the JSON body or query string and then authorizing against that value. Anyone can send tenant_id=other-customer. The tenant for an authorization check must come from the authenticated principal or server-side session…...


dev.to > ortizfranklindev > notes-from-the-pass-the-same-interface-rebuilt-three-times-3ajm

Notes from the Pass: The Same Interface, Rebuilt Three Times

1+ day, 14+ hour ago   (318+ words) Also available in Español Three versions of one interface. Same markup. Only the CSS changes. The interface stays small on purpose — a short preferences form: Same markup, unchanged, across all three passes. Only the CSS moves. No reset. No utility…...


dev.to > serhii_a9c08345ac360cf5c8 > build-a-lightweight-telegram-webhook-handler-in-laravel-with-queues-and-feature-tests-2p0f

Build a Lightweight Telegram Webhook Handler in Laravel with Queues and Feature Tests

1+ day, 18+ hour ago   (301+ words) Integrating Telegram bots into Laravel applications often leads developers to install heavy third-party SDKs. While these packages provide abstraction, they can introduce maintenance overhead and lag behind the official Telegram Bot API updates. This tutorial demonstrates how to build a…...


dev.to > yashksaini > dev-log-hardening-webrtc-direct-and-solving-scm-leaks-i5k

Dev log #21 Hardening WebRTC-Direct and solving SCM leaks

1+ day, 19+ hour ago   (358+ words) Hi, glad you found your way here. I'm Yash, a developer who contributes to open source, mostly p2p networking and AI tooling. Each week I write up what I shipped, what broke, and what fixing it taught me. GitHub · X · LinkedIn…...