2017 © Pedro Peláez
 

application scraper

PHP package for webpage scraping

image

manishgs/scraper

PHP package for webpage scraping

  • Thursday, December 10, 2015
  • by manishgs
  • Repository
  • 1 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Scraper - PHP package for webpage scraping

This package uses Goutte to crawl webpage and extract data (favicon, title, description feature image etc) from url., (*1)

Installation

Add manishgs/scraper as a require dependency in your composer.json file:, (*2)

composer require manishgs/scraper:^0.1.0, (*3)

Usage

use Scraper\Grab;

// create new Grab 
$grab = new Grab();

// set Url    
$grab = $grab->setUrl('http://google.com');

// extract data
$article = $grab->getInfo();

print_r($article);

The Versions

10/12 2015

dev-master

9999999-dev https://github.com/manishgs/scraper

PHP package for webpage scraping

  Sources   Download

Apache-2.0

The Requires

 

by Manish Gopal Singh

10/12 2015

v0.1.1

0.1.1.0 https://github.com/manishgs/scraper

PHP package for webpage scraping

  Sources   Download

Apache-2.0

The Requires

 

by Manish Gopal Singh

09/12 2015

v0.1.0

0.1.0.0 https://github.com/manishgs/scraper

PHP package for webpage scraping

  Sources   Download

Apache-2.0

The Requires

 

by Manish Gopal Singh