A minimal PHP starter for coding katas: clone it, run the tests, start coding.
PHP 8.2 or newer with the mbstring and xml extensions (php-mbstring and php-xml on Debian/Ubuntu), and Composer.
composer install
./vendor/bin/phpunit
php main.php
Any IDE with PHP support, such as PhpStorm or VS Code, can open the folder and run the test directly.