PHPackages                             jrobchin/casperjs-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. jrobchin/casperjs-php

ActiveExtension

jrobchin/casperjs-php
=====================

Extension of phpcasperjs/phpcasperjs including extra functions

0206PHP

Since Jun 7Pushed 8y agoCompare

[ Source](https://github.com/jrobchin/casperjs-php)[ Packagist](https://packagist.org/packages/jrobchin/casperjs-php)[ RSS](/packages/jrobchin-casperjs-php/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

casperjs-php
============

[](#casperjs-php)

casperjs-php is a simple PHP wrapper for the fine library CasperJS designed to automate user testing against web pages. It is an extension of alwex/php-casperjs including extra functions making it easier for you to add your own code segemnts.

It is easy to integrate into PHPUnit test case.

Making a webcrawler has never been so easy !

Installation
------------

[](#installation)

Before using casperjs-php is, you need to install both libraries:

1 - **PhantomJS**

2 - **CasperJS**

The `composer require jrobchin/casperjs-php`

Usage
-----

[](#usage)

```
