bytic/goutte-phantomjs-bridge

a scraper for getting data from racetec websites

1.0.13 2024-04-14 17:52 UTC

This package is auto-updated.

Last update: 2024-04-14 17:56:25 UTC


README

use Goutte using PhantomJs client

Latest Version on Packagist Latest Stable Version Latest Unstable Version

Software License Build Status SensioLabsInsight Quality Score StyleCI Total Downloads

Installation

It is recommended that you use Composer to install PHP PhantomJS. First, add the following to your project’s composer.json file:

#composer.json

"scripts": {
    "post-install-cmd": [
      "ByTIC\\GouttePhantomJs\\Composer\\PhantomInstaller::installPhantomJS"
    ],
    "post-update-cmd": [
      "ByTIC\\GouttePhantomJs\\Composer\\PhantomInstaller::installPhantomJS"
    ]
}

Finally, install the library from the root of your project:

$ composer require bytic/goutte-phantomjs-bridge

Changelog