Dockerized PHP skeleton for coding katas. This skeleton for katas could be used with local or docker environment.
- PHP 7.1
- Composer
Install project dependencies:
$ composer install$ vendor/bin/phpunitCreate docker image and install project dependencies:
$ make kata-build$ make kata-testsPlease see License File for more information.