Me

Davide Maria Busi
Another developer blog

My name is Davide, I'm a web developer and partner at Burning Flame 🔥

Latest Articles

  • Code
I Got Tired of Wrestling with XML in PHP, So I Built a Package
— 05 Apr 2026

I Got Tired of Wrestling with XML in PHP, So I Built a Package

Working with XML in PHP using DOMDocument or SimpleXML is functional but tedious — you end up writing verbose, error-prone code just to extract a single value. To solve this, I built dmb/xml-converter, a PHP 8.2+ package (with Laravel auto-registration) t