Skip to content

davioliveira/google-trends-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

google-trends-extractor

A simple trend extractor from Google Trends in PHP

Usage

Extract trends in array

$gtrend = new GTrendExtractor('http://www.google.com/trends/hottrends/atom/hourly');
$trend = $gtrend->get();
print_r($trend);

Extract trends in json

$gtrend = new GTrendExtractor('http://www.google.com/trends/hottrends/atom/hourly');
$trend = $gtrend->get('json');
echo $trend;

About

A simple trend extractor from Google Trends in PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages