monxu-rp / php-kata
Starting PHP Kata
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/monxu-rp/php-kata
Requires (Dev)
- mockery/mockery: dev-master@dev
- phpspec/phpspec: 2.0.*@dev
- phpunit/phpunit: 5.7.*@dev
This package is not auto-updated.
Last update: 2025-10-09 09:04:59 UTC
README
Starting a new PHP Kata
If you want to start a new kata:
Then use a 'create-project' command of composer for clonate this template
php composer.phar create-project monxu-rp/php-kata your/app-directory/say-hello-kata dev-master
Add your classes into 'src/Kata' and your test cases on 'tests' and run your tests:
php bin/phpunit
Run test with coverage:
bin/phpunit --coverage-html testsCoverage
Enjoy the Kata!