Lawondyss / Canterville

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Canterville

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

About

License:BSD 2-Clause "Simplified" License


Languages

Language:PHP 100.0%