colourlovers

PHP library to request Colour Lovers REST Api.


Project maintained by defro Hosted on GitHub Pages — Theme by mattgraham

A Dockerfile included in this project allows you to run example script in html page or cli console and run unit tests.

Initialization

Build container

First you need to build the container.

docker build -t colourlovers .

You must launch again this command each time you make changes in Dockerfile.

Fetch libraries with composer

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.

Run unit test

docker run -it --rm --name colourlovers -v "$(pwd)":/application colourlovers composer run-script test