aperezg / php-skeleton-kata
PHP Skeleton Kata
dev-master
2016-10-27 23:37 UTC
Requires
None
Requires (Dev)
- phpunit/phpunit: 5.7.*@dev
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-08-30 07:12:58 UTC
README
Starting a new Kata
If you want to start a new kata, for example 'Supermarket Kata'
Then use a 'create-project' command of composer for clonate this template
php composer.phar create-project aperezg/php-skeleton-kata your/app-directory/supermarket-kata dev-master
Add your classes into 'src/Kata' and your test cases on 'src/Kata/Tests' and run your tests:
php bin/phpunit
Enjoy the Kata!