2017 © Pedro Peláez
 

library php-skeleton-kata

php skeleton kata

image

bernardosecades/php-skeleton-kata

php skeleton kata

  • Tuesday, April 18, 2017
  • by bernardosecades
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PHP Skeleton Kata

A code kata is an exercise in programming which helps a programmer hone their skills through practice and repetition. The term was probably first coined by Dave Thomas, co-author of the book The Pragmatic Programmer, in a bow to the Japanese concept of kata in the martial arts., (*1)

Start new PHP Kata

If you want to start a new kata:, (*2)

Use 'create-project' command of composer for clonate this template, (*3)

composer create-project bernardosecades/php-skeleton-kata /your-app-directory/my-kata dev-master

Then add your classes to 'src/Kata' and your test cases to 'tests' and run 'php bin/phpunit' to run your tests., (*4)

bin/phpunit

The coverage will be generated in folder tests-coverage., (*5)

The Versions

18/04 2017

dev-master

9999999-dev

php skeleton kata

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

tdd skeleton php7 kata