📺 Going live at 3:00 PM PT!
The PHP Podcast
Hosted by Joe Ferguson (@joepferguson) and Sara Golemon (@pollita)
Watch: https://youtube.com/watch?v=XbIkw6K92Mo

📺 Going live at 3:00 PM PT!
The PHP Podcast
Hosted by Joe Ferguson (@joepferguson) and Sara Golemon (@pollita)
Watch: https://youtube.com/watch?v=XbIkw6K92Mo
🔴 LIVE NOW!
The PHP Podcast
Hosted by Joe Ferguson (@joepferguson) and Sara Golemon (@pollita)
Watch: https://youtube.com/watch?v=XbIkw6K92Mo
Updates! Get get get!
https://github.com/adegans/gooseRSS
#rss #php #selfhosted #youtube #eztv #tvshows
Сайт-витрина на Albireo CMS https://maxsite.org/2026/showcase-site-on-albireo-cms #cms #php
New word: zombie closure
That is when you put $this in a static closure, you can run the #PHP code but you can't call it.
Just a reminder about static arrow functions.
https://php-tips.readthedocs.io/en/latest/tips/static_arrow_function.html

I really wish Mediawiki had the equivalent of wp-cli - having to manually download, extract, and run maintenance commands is a bit of a faff and I'm lazy.
(I should probably work out a way of automating this, it's written in PHP and the instructions are the same each time)
Claude extracted a query into its own method in a simple Livewire component. The code was fine. The decision was wrong for my app. Here's why that kind of review still matters. #php #laravel https://masteringlaravel.io/daily/2026-04-02-why-i-still-review-every-line-claude-writes
We released 1.7.0 of event-sourcing-phpunit! See here for the changelog: https://github.com/patchlevel/event-sourcing-phpunit/releases/tag/1.7.0
#PHP #DDD #EventSourcing #PHPUnit #Testing
You don’t need a framework for this (PHP partials 1/5)
1. Problem & Philosophy
PHP projects become hard to maintain when structure is missing. One symptom: repeated HTML/PHP fragments copied and tweaked everywhere.
Solution: partials—small, reusable templates. They keep code modular, readable, maintainable.
The key is rules: explicit inputs, no business logic, shallow nesting.
Structured, consistent, reusable components matter more than frameworks.
#PHP #WebDev #CleanCode #CodingTips
9 années de wallabag.it, merci Pocket https://linuxfr.org/news/9-annees-de-wallabag-it-merci-pocket #autoentrepreneur #Communauté #wallabag #pocket #php
Packagist.org search is down, my day is ruined #php