All Projects → gsomoza → KulerPHP

gsomoza / KulerPHP

Licence: other
Easy to use Kuler API library for PHP

Programming Languages

PHP
23972 projects - #3 most used programming language

The PHP Kuler Library

A PHP wrapper for the Kuler API

Sample Usage

require_once "Kuler/Api.php";

$kuler = new Kuler_Api('api_key');
$themes = $kuler->get('recent');

$colors = $themes[0]->getSwatchesHex(true);  
//>> array("#516373", "#6C838C", "#F2E8C9", "#F2B999", "#F2F2F2")

$themeUrl = $themes[0]->getUrl();  
//>> http://kuler.adobe.com/#themeID/1400104

//etc.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].