Setup composer install How to run php src/index.php How to run ci (automatically runs PHPUnit, PHPStan and PHP_CodeSniffer) composer ci How to run PHPUnit ./vendor/bin/phpunit tests How to run PHPStan ./vendor/bin/phpstan --level=9 analyze src How to run PHP_CodeSniffer ./vendor/bin/phpcs src