2017 © Pedro Peláez
 

library google

A Dead Simple Google Scraping Tools

image

robzlabz/google

A Dead Simple Google Scraping Tools

  • Wednesday, November 1, 2017
  • by robzlabz
  • Repository
  • 0 Watchers
  • 0 Stars
  • 29 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 12 % Grown

The README.md

A Dead Simple Google web Scraping

Installion

To install library to your project, you just need to install robzlabz/google to your composer dependency, (*1)

composer require robzlabz/google
use Golek\Google\Image;

$results = (new Image)->get('keyword');

// if you want to show page 2 of image, you can use ...->get('keyword',2);
// return 100 list of images

Search Index

use Golek\Google\Index;

dd((new Index)->get('google.com'));

// return array index search and index image

The Versions

01/11 2017

dev-master

9999999-dev https://bitbucket.org/robzlabz/google

A Dead Simple Google Scraping Tools

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Robbyn Rahmandaru