Exercism exercises in PHP
> ./bin/install.sh
> ./bin/install-phpunit-9.sh
> ./bin/install-phpcs.sh
> PHPUNIT_BIN="./bin/phpunit-9.phar" ./bin/test.sh
> PHPCS_BIN="./bin/phpcs.phar" PHPCS_RULES="./phpcs-php.xml" ./bin/lint.sh
- Follow the PSR-12 coding style (PHP uses a slightly modified version of PSR-12).
- Follow the contributing guide.
- CI is run on all pull requests, it must pass the required checks for merge.