lawondyss/canterville 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

lawondyss/canterville

最新稳定版本:0.4

Composer 安装命令:

composer require lawondyss/canterville

包简介

A PHP headless browser.

README 文档

README

Canterville is library for work with web pages without browser. Browser here is PhantomJS or SlimerJS controlled using CasperJS. All libraries is auto installed.

WARNING: SlimerJS required Firefox.

Installation

Over Composer, required lawondyss/canterville.

For installation PhantomJS, SlimmerJS and/or CasperJS include to your composer.json file code to section scripts.

Example installation CasperJS with PhantomJS:

  "scripts": {
    "post-install-cmd": [
      "Canterville\\Installer::casperOnPhantom"
    ],
    "post-update-cmd": [
      "Canterville\\Installer::casperOnPhantom"
    ]
  }

Options

  • Installer::casperOnPhantom
  • Installer::casperOnSlimer
  • Installer::casper
  • Installer::phantom
  • Installer::slimer

统计信息

  • 总下载量: 58
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 4
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-2-Clause
  • 更新时间: 2015-10-29