Skip to content

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

License

Notifications You must be signed in to change notification settings

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