Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 541 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 541 Bytes

PHP Kata Scaffolding

This is a basic scaffolding for Katas in PHP.

Setup

Either create your own repo using this one as template:

Or cloning the repo and apply your code directly there:

git clone https://github.com/Chemaclass/php-kata

Some composer scripts

composer test      # run psalm & test-unit
composer psalm     # run Psalm coverage
composer test-unit # run phpunit

Extra

vendor/bin/psalm --clear-cache # clear the psalm cache ;)