Skip to content

alamirault/fftt-api-src

Repository files navigation

alamirault/fftt-api-src

This project is the source code of alamirault/fftt-api.

How to contribute ?

Run docker environment

docker-compose up -d

Go inside container

docker exec -it use-fftt-api-refacto_php_1 bash

Install dependencies

composer i

Run tests (phpunit, php-cs-fixer, phpstan)

composer tests