defro / colormind
Library to request Colour Lovers REST Api.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/defro/colormind
Requires
- php: >=8
- ext-libxml: *
- ext-simplexml: *
- guzzlehttp/guzzle: ^7.5
Requires (Dev)
- phpunit/phpunit: ^9.5
README
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.