aperezg/php-skeleton-kata

PHP Skeleton Kata

Maintainers

Package info

github.com/aperezg/php-skeleton-kata

pkg:composer/aperezg/php-skeleton-kata

Statistics

Installs: 16

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

dev-master 2016-10-27 23:37 UTC

This package is not auto-updated.

Last update: 2026-03-15 04:18:05 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!