Skip to content

PHP SDK for running queries against the millions of photos provided by Pexels. Includes recursive searches.

License

Notifications You must be signed in to change notification settings

onassar/PHP-Pexels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

PHP-Pexels

PHP SDK for running queries against the millions of photos provided by Pexels. Includes recursive searches.

Supports

  • Searches

Requires

Sample Search

$client = new onassar\Pexels\Base();
$client->setAPIKey('***');
$client->setLimit(10);
$client->setOffset(0);
$results = $client->search('love') ?? array();
print_r($results);
exit(0);

About

PHP SDK for running queries against the millions of photos provided by Pexels. Includes recursive searches.

Topics

Resources

License

Stars

Watchers

Forks

Languages