PHP Operators App
PHP Operators is a reference guide for operators old and new in the PHP programming language.

Spatie put together a really useful little site — php-operators.com — that catalogs and explains every operator in PHP. It’s the kind of resource that makes you say, “Why didn’t this exist sooner?” Beyond just listing operators, the site offers clean explanations and examples — so the next time you stumble across an operator like ** or ??=, you won’t be scratching your head. The app itself is a nice stack: Laravel, Alpine.js, and Tailwind CSS, with content stored in Markdown via Spatie’s own sheets package (check out Povilas’s video for a peek behind the scenes). Even better, the source code is open on GitHub if you want to see how it’s built. Simple idea, well executed — and definitely worth a browse. You’ll probably learn something new.