Browsing Tag
php
115 posts
Locked out of wp-admin? Why WP-CLI works when `wp-login.php` doesn’t
A forgotten password, a security plugin that blocked your own IP by mistake, a plugin bug that turns…
Why phpMyAdmin migrations break plugin settings — and why `wp search-replace` doesn’t
After a domain migration or HTTPS switch, “all plugin settings are gone” or “Elementor layouts are broken” is…
Another day, another VPS breach
I woke up to two emails that immediately caught my attention. One was from my website monitoring service…
When SSH to Xserver suddenly stops working, it’s fail2ban — the official confirmation and a safer reconnection check
If you run WordPress maintenance for clients on Xserver, sooner or later you hit this: SSH was working…
Open Closed Principle (OCP)
The open-closed principle (OCP) states that software entities should be open for extension, but closed for modification; that…
The Polling API Is the Most Underrated RFC PHP Has Shipped in Years
While most of the community spent the spring arguing about generics, a different RFC slipped into PHP 8.6…
One-Step Install and One-Flag OAuth for a Laravel MCP Server
I tagged cleaniquecoders/laravel-mcp-kit 1.0.0 today, and most of the work that got it there was about one thing:…
A CMS Built for Simplicity, Flexibility, and Scalability.
Brave CMS – A CMS Built for Simplicity, Flexibility, and Scalability Razvan Zamfir Razvan Zamfir Razvan Zamfir Follow…
Turn any PHP host into a gateway to your local network with host2gateway
Ever wanted to turn a simple PHP host into a gateway for your local network? I built host2gateway…
Your Repository Isn’t a Repository, It’s a DAO
Book: Decoupled PHP — Clean and Hexagonal Architecture for Applications That Outlive the Framework Also by me: Database…