hybridlogic / phantomjs
A PHP library to execute PhantomJS scripts and return their results.
Installs: 151 872
Dependents: 0
Suggesters: 0
Security: 0
Stars: 57
Watchers: 7
Forks: 13
Open Issues: 1
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2024-12-21 13:39:01 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