bytic / goutte-phantomjs-bridge
a scraper for getting data from racetec websites
Installs: 625
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/bytic/goutte-phantomjs-bridge
Requires
- php: ^8.0
- jonnyw/php-phantomjs: ^5.0
- symfony/browser-kit: ^4.4|^5.0|^6.0|^7.0
- symfony/dependency-injection: ^4.0|^5.0|^6.0|^7.0
Requires (Dev)
- bytic/phpqatools: ^1.0
README
use Goutte using PhantomJs client
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