2017 © Pedro Peláez
 

library scraper

Provides an ability to scrap articles from GRBJ homepage

image

mpinchuk/scraper

Provides an ability to scrap articles from GRBJ homepage

  • Wednesday, July 26, 2017
  • by mpinchuk
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

scraper

Provides an ability to scrap articles from GRBJ homepage, (*1)

Installation

This package is available for easy installation through Packagist, (*2)

composer require mpinchuk/scraper

Example Controller Usage

<?php

namespace App\Http\Controllers;

use Mpinchuk\Scraper\GRBJ;

class SiteController extends Controller
{
    public function scrap()
    {
        $scraper = new GRBJ();
        $data = $scraper->scrap();
        var_dump($data);
        exit;
    }
}

The Versions

26/07 2017

dev-master

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

Provides an ability to scrap articles from GRBJ homepage

  Sources   Download

MIT

The Requires

 

scraper

26/07 2017

0.1

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

Provides an ability to scrap articles from GRBJ homepage

  Sources   Download

MIT

The Requires

 

scraper