aperezg / php-skeleton-kata
PHP Skeleton Kata
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/aperezg/php-skeleton-kata
Requires (Dev)
- phpunit/phpunit: 5.7.*@dev
This package is not auto-updated.
Last update: 2025-10-26 02:09:36 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!