PHP library to request Colour Lovers REST Api.
A Dockerfile included in this project allows you to run example script in html page or cli console and run unit tests.
First you need to build the container.
docker build -t colourlovers .
You must launch again this command each time you make changes in Dockerfile.
And you need to fetch all needed libraries describe in composer.json file.
docker run -it --rm --name colourlovers -v "$(pwd)":/application colourlovers composer install
You must launch again this command each time you make changes in composer.json file.
docker run -it --rm --name colourlovers -v "$(pwd)":/application colourlovers composer run-script test