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/phpunit
Create docker image and install project dependencies:
$ make kata-build
$ make kata-tests
Please see License File for more information.