bytic / goutte-phantomjs-bridge
a scraper for getting data from racetec websites
1.0.13
2024-04-14 17:52 UTC
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