Published onMarch 13, 2026Run WordPress Locally Without MAMP or XAMPPWordpressPhpTL;DR: All you need is PHP 8.0+ and MySQL — create a database, drop in a router.php to handle URL rewrites, and run php -S localhost:8080 router.php from your WordPress folder.