Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

josuecau/GoogleImageSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

GoogleImageSearch PHP Class

Description

A PHP class for image search with Google API

Requirements

Require CURLQuery PHP class for cURL calls. You also need a Google API Key.

Usage

 $search = new GoogleImageSearch( 'YOUR_GOOGLE_API_KEY' );
 $search->q = 'elephpant';
 $search->setSearchCount( 64 );
 $search->sendQuery();
 $images_urls = $search->getImagesUrl();

See this example

About

A PHP class for image search with Google API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages