A PHP library to execute PhantomJS scripts and return their results.
- Introduction
- Examples
- Troubleshooting
- Changelog
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.
$phantomjs = new HybridLogic\PhantomJS\Runner;
$result = $phantomjs->execute(dirname(__FILE__) . '/script.js', $arg1, $arg2);
Nothing here yet.
- [2012-12-17] Initial Version
- [2012-12-27] Added Package docs