hybridlogic / phantomjs
A PHP library to execute PhantomJS scripts and return their results.
v1.0.2
2013-01-12 13:33 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2026-02-28 19:20:41 UTC
README
A PHP library to execute PhantomJS scripts and return their results.
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.0 Examples
$phantomjs = new HybridLogic\PhantomJS\Runner; $result = $phantomjs->execute(dirname(__FILE__) . '/script.js', $arg1, $arg2);
3.0 Troubleshooting
Nothing here yet.
4.0 Changelog
- [2012-12-17] Initial Version
- [2012-12-27] Added Package docs