monxu-rp/php-kata

Starting PHP Kata

Maintainers

Package info

github.com/monxu-rp/php-kata

pkg:composer/monxu-rp/php-kata

Statistics

Installs: 17

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2017-06-24 15:26 UTC

This package is not auto-updated.

Last update: 2026-02-26 10:48:42 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!