2017 © Pedro Peláez
 

library phantomjs

A PHP library to execute PhantomJS scripts and return their results.

image

hybridlogic/phantomjs

A PHP library to execute PhantomJS scripts and return their results.

  • Saturday, January 12, 2013
  • by Dachande663
  • Repository
  • 6 Watchers
  • 51 Stars
  • 57,420 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 15 Forks
  • 1 Open issues
  • 4 Versions
  • 10 % Grown

The README.md

PhantomJS Runner

A PHP library to execute PhantomJS scripts and return their results., (*1)

0.0 Table of Contents

  • Introduction
  • Examples
  • Troubleshooting
  • Changelog

1.0 Introduction

This library provides a simple wrapper around PhantomJS to facilitate running scripts and capturing their output. This script relies on PhantomJS already been installed on the target system., (*2)

2.0 Examples

$phantomjs = new HybridLogic\PhantomJS\Runner;
$result = $phantomjs->execute(dirname(__FILE__) . '/script.js', $arg1, $arg2);

3.0 Troubleshooting

Nothing here yet., (*3)

4.0 Changelog

  • [2012-12-17] Initial Version
  • [2012-12-27] Added Package docs

The Versions

12/01 2013

dev-master

9999999-dev https://github.com/Dachande663/PHP-PhantomJS

A PHP library to execute PhantomJS scripts and return their results.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

phantomjs

12/01 2013

v1.0.2

1.0.2.0 https://github.com/Dachande663/PHP-PhantomJS

A PHP library to execute PhantomJS scripts and return their results.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

phantomjs

12/01 2013

v1.0.1

1.0.1.0 https://github.com/Dachande663/PHP-PhantomJS

A PHP library to execute PhantomJS scripts and return their results.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

phantomjs

02/01 2013

v1.0.0

1.0.0.0

A PHP library for executing PhantomJS jobs

  Sources   Download

The Requires

  • php >=5.3.0

 

phantomjs