bytic/goutte-phantomjs-bridge

用于从racetec网站获取数据的爬虫

1.0.13 2024-04-14 17:52 UTC

This package is auto-updated.

Last update: 2024-09-14 18:58:32 UTC


README

使用Goutte通过PhantomJs客户端

Latest Version on Packagist Latest Stable Version Latest Unstable Version

Software License Build Status SensioLabsInsight Quality Score StyleCI Total Downloads

安装

建议您使用Composer安装PHP PhantomJS。首先,将以下内容添加到您项目中的composer.json文件中

#composer.json

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

最后,从项目根目录安装库

$ composer require bytic/goutte-phantomjs-bridge

变更日志