8000 GitHub - onassar/PHP-TheNounProject: PHP SDK for running queries against the millions of icons provided by The Noun Project.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

onassar/PHP-TheNounProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

PHP-TheNounProject

PHP SDK for running queries against the millions of icons provided by The Noun Project.

Sample Usage

require_once '/path/to/TheNounProject.class.php';
$key  = '*****';
$secret = '*****';
$theNounProject = new TheNounProject($key, $secret);
$limit = 10;
$options = compact('limit');
$icons = $theNounProject->getIconsByTerm('happy', $options);
print_r($icons);
exit(0);

About

PHP SDK for running queries against the millions of icons provided by The Noun Project.

Topics

Resources

License

Stars

Watchers

Forks

Languages

0