Skip to content

This package provides a client to fetch suggest words to given phrases from Google.

Notifications You must be signed in to change notification settings

satoryu/google_suggest-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Suggest

Packagist Version Build Status

This package provides a client to fetch suggest words to given phrases from Google.

Installation

If you use composer, run the command as follows:

composer require satoryu/google_suggest

After that, you need to require Composer's autoloader:

require 'vendor/autoload.php';

Usage

By requireing Composer's autloader, you can use \GoogleSuggest\Client. The client class has the method suggestFor.

use GoogleSuggest\Client;

$client = new Client;
$suggestions = $client->suggestFor('google')

License

Under the term of MIT License.

About

This package provides a client to fetch suggest words to given phrases from Google.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages