PHPStan: Your Development Best Friend Who Actually Knows PHP Better Than You Do
It’s 2 AM, you’re three coffees deep, and you just pushed what you’re convinced is the cleanest code you’ve ever written. Your tests are green, your commit message is poetry, and you’re feeling like the PHP wizard you always knew you could be. Then PHPStan speaks up. “Hey,” it says gently, “I noticed you’re returning […]
Community Corner: Exposed Secrets with Dwayne McDaniel
In this episode, we speak with Dwayne McDaniel about exposed secrets in our GitHub repositories and figuring out when we’ve been compromised using Honeytoken. Links: Dwayne’s site – https://dwayne-mcdaniel.com/ Verizon’s Data Breach Investigations Report – https://www.verizon.com/business/resources/reports/dbir/ GitGuardian Blog – https://blog.gitguardian.com/ HoneyBadger.io – https://HoneyBadger.io Our Discord – https://discord.gg/aMTxunVx Buy our shirts – https://store.phparch.com/products/community-corner-podcast-t-shirt Scott’s Social […]
PHP Podcast: 2025.09.04
This week on the PHP Podcast, Eric and John talk about Fixes to PHPTek.tv Login, New PHP Architect Merch Store, Wire-Live the Livewire InPerson Event, Perks to Caddy Web Server, PHP Stream Server, and more… Links from the show: PHP TekTV – Streaming PHP Architect Longhorn PHP Wire ⚡ Live – A Chill & […]
PHP Security in 2025: Lessons from the Core Security Audit
Picture this: You’re responsible for a piece of software that powers nearly three-quarters of all websites on the internet. Every day, billions of people interact with applications built on your platform. The responsibility is staggering – and so is the target on your back. This was the reality facing The PHP Foundation in 2024 when […]
PHP Alive and Kicking Episode 1
This pilot episode of PHP Alive and Kicking was pre-recorded. Sadly, since recording, we have lost a wonderful soul within our community, Ryan Weaver. Our thoughts go out to his family. Ryan had a profound impact on the lives of people in the community and, I am sure, beyond. He will be sorely missed. […]
PHP Podcast: 2025.08.28
This week on the PHP Podcast, Eric and John discuss New PHP Architect Partners, Andy Hinkle presents at Laravel Worldwide, sadness over the loss of a great member of the PHP Community, Ryan Weaver, and more. Links from the show: PHPScore — Technical Debt Reduction, Bank-grade Laravel Worldwide Meetup – Keeping Laravel Elegant When […]
Laravel Queues: Handling Errors Gracefully
Introduction While certainly not a new concept, Queues have become a powerful and handy feature of modern frameworks. They enable our normally thread-locked apps to asynchronously dispatch tasks, allowing workflows and, especially, users to continue forward. Expectations are high for websites to deliver fast and get content on the page to maintain a good user […]
Laravel Wayfinder And Ranger: The Dynamic Duo That Transforms Full-Stack Development
Picture this: You’re three months into a new Laravel project, the kind where deadlines loom large and stakeholders change their minds faster than you can push commits. Your frontend developer – let’s call her Sarah – walks over to your desk with that familiar look of barely contained frustration. “What exactly does the Update User […]