defro/colormind

Library to request Colour Lovers REST Api.

1.0.0 2022-11-21 12:34 UTC

This package is auto-updated.

Last update: 2024-04-22 01:18:35 UTC


README

Latest Version Software License Build Status SymfonyInsight Scrutinizer Code Quality Code Coverage StyleCI Total Downloads Donate

This package can get quotes and their authors using Colorming API.

Here's a quick example:

$client = new \GuzzleHttp\Client();
$colorMind = new \Defro\ColorMind\Api($client);
$randomPalette = $colorMind
    ->getRandomPalette();

var_dump($randomPalette);

Documentation

Read how to install, use this package, customize it on documentation page.

License

The MIT License (MIT). Please see license file for more information.