2017 © Pedro Peláez
 

library phpscraper

PHP based powerful scraper and web automation library

image

phpscraper/phpscraper

PHP based powerful scraper and web automation library

  • Monday, September 11, 2017
  • by sukanta
  • Repository
  • 1 Watchers
  • 0 Stars
  • 31 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

PHPScraper

PHPScraper is a jQuery like object oriented php scraper and web automation library., (*1)

If you are familiar with jQuery syntax, it will be a breeze for you to request a page, click on a link, process selected elements together and so on. If you have questions or problems with installation or usage create an Issue., (*2)

Installation:

Currently PHPScraper in in beta. If you are using composer, you must set minimum-stability to dev. to get latest version. It is still not ready to use in production., (*3)

If you have composer installed run command:, (*4)

composer require phpscraper/phpscraper

Or if you prefer to add it manually using composer.json add this:, (*5)

"phpscraper/phpscraper": "*"

This will install the latest version (currently: v0.1.6-beta) of PHPScraper into your project., (*6)

Usage examples:

$engine = new \PHPScraper\Engine();
$engine->get('https://www.example.com/', NULL, function( $headers, $body ) {
    $body->find('a.some-link')->click(function ($headers, $body) {
        echo $body;
        // Do whatever you want to do
    });
});

Contribution

If you want to contribute, feel free to fork, update and ask for pull request. Thank you., (*7)

Licence:

The source code is licensed under GPLv3., (*8)

The Versions

11/09 2017

dev-master

9999999-dev

PHP based powerful scraper and web automation library

  Sources   Download

GPL

The Requires

 

by Sukanta Paul

11/09 2017

dev-develop

dev-develop

PHP based powerful scraper and web automation library

  Sources   Download

GPL

The Requires

 

by Sukanta Paul

11/09 2017

0.1.6-beta

0.1.6.0-beta

PHP based powerful scraper and web automation library

  Sources   Download

GPL

The Requires

 

by Sukanta Paul

14/08 2017

0.1.5-beta

0.1.5.0-beta

PHP based powerful scraper and web automation library

  Sources   Download

GPL

The Requires

 

by Sukanta Paul

11/08 2017

0.1.3-beta

0.1.3.0-beta

PHP based powerful scraper and web automation library

  Sources   Download

GPL

The Requires

 

by Sukanta Paul

09/08 2017

0.1.2-beta

0.1.2.0-beta

PHP based powerful scraper and web automation library

  Sources   Download

GPL

The Requires

 

by Sukanta Paul

05/08 2017

0.1.1-beta

0.1.1.0-beta

PHP based powerful scraper and web automation library

  Sources   Download

GPL

The Requires

 

by Sukanta Paul