dev-master
9999999-devphp skeleton kata
MIT
The Requires
- php ^7.0
The Development Requires
tdd skeleton php7 kata
php skeleton kata
A code kata is an exercise in programming which helps a programmer hone their skills through practice and repetition. The term was probably first coined by Dave Thomas, co-author of the book The Pragmatic Programmer, in a bow to the Japanese concept of kata in the martial arts., (*1)
If you want to start a new kata:, (*2)
Use 'create-project' command of composer for clonate this template, (*3)
composer create-project bernardosecades/php-skeleton-kata /your-app-directory/my-kata dev-master
Then add your classes to 'src/Kata' and your test cases to 'tests' and run 'php bin/phpunit' to run your tests., (*4)
bin/phpunit
The coverage will be generated in folder tests-coverage
., (*5)
php skeleton kata
MIT
tdd skeleton php7 kata