Install
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.
Related topics
Latest in PHP & Laravel/Symfony
Perl 🐪 Weekly #791 - The Dark Side is here!
6+ hour, 25+ 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....
+10% de conversão no checkout no mês. A campanha quebrava na hora de pagar
8+ hour, 47+ 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…...
Securely Authenticate Users with the Telegram Login Widget in PHP and Yii2
13+ hour, 9+ 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…...
A real world case of recursion done right in PHP
19+ hour, 15+ 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....
Build a Resilient Telegram Bot Service Layer in Yii2
22+ hour, 7+ 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…...
Tirando o Projeto do Localhost: Como Publicar Sua Primeira Página Web Gratuitamente no GitHub Pages
1+ day, 8+ 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…...
Pull the tenant from the auth context, not the request body
1+ day, 15+ 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…...
Notes from the Pass: The Same Interface, Rebuilt Three Times
1+ day, 18+ 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…...
Build a Lightweight Telegram Webhook Handler in Laravel with Queues and Feature Tests
1+ day, 21+ 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 log #21 Hardening WebRTC-Direct and solving SCM leaks
1+ day, 23+ 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…...