💀 PHP Kata Skeleton A simple skeleton for PHP katas. Requirements One of the following: PHP 8.4+ Docker Make (optional) Usage with Docker Build the image. make build Check everything works. make test Usage with local PHP Install dependencies. composer install Check everything works. php vendor/bin/phpunit