Skip to content

nachosalvador/kata-php-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kata PHP Skeleton

Dockerized PHP skeleton for coding katas. This skeleton for katas could be used with local or docker environment.

Local environment

Requirements

Installation

Install project dependencies:

$ composer install

Testing

$ vendor/bin/phpunit

Docker environment

Requirements

Installation

Create docker image and install project dependencies:

$ make kata-build

Testing

$ make kata-tests

License

Please see License File for more information.