2017-25 © Pedro Peláez
 

project kata-sandbox

image

dbellettini/kata-sandbox

  • Thursday, May 17, 2018
  • by dbellettini
  • Repository
  • 1 Watchers
  • 1 Stars
  • 27 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 8 % Grown

The README.md

PHP Kata Sandbox

This is a simple skeleton for starting a TDD Kata in PHP. I find this useful when I develop a new PHP library from scratch., (*1)

Getting started

To begin a new TDD Kata just ask composer to create a new project based on this repository. Thanks to @edelprino I added a simple bash script to do it., (*2)

curl -sS https://raw.github.com/dbellettini/php-kata-sandbox/master/install | sh, (*3)

Running tests

PHPUnit is embedded in vendor folder, just type:, (*4)

cd kata-sandbox && bin/phpunit, (*5)

Keeping your coding style PSR-{1,2} compliant

Optional step, just copy hooks/pre-commit file to your .git/hooks folder, (*6)

The Versions

17/05 2018

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

  • php ^7.2.4

 

The Development Requires

tdd phpunit

12/04 2018

v0.3.1

0.3.1.0

  Sources   Download

MIT

The Requires

  • php ^7.2.4

 

The Development Requires

tdd phpunit

12/04 2018

v0.3.0

0.3.0.0

  Sources   Download

MIT

The Requires

  • php ^7.2.4

 

The Development Requires

tdd phpunit

22/04 2014

v0.2.0

0.2.0.0

  Sources   Download

MIT

The Development Requires

tdd phpunit

05/02 2014

v0.1.1

0.1.1.0

  Sources   Download

MIT

The Development Requires

tdd phpunit

05/02 2014

v0.1.0

0.1.0.0

  Sources   Download

MIT

The Development Requires

tdd phpunit