hybridlogic/phantomjs
最新稳定版本:v1.0.2
Composer 安装命令:
composer require hybridlogic/phantomjs
包简介
A PHP library to execute PhantomJS scripts and return their results.
关键字:
README 文档
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
统计信息
- 总下载量: 157.25k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 59
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-01-12