Skip to content
This repository has been archived by the owner on May 6, 2019. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 338 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 338 Bytes

php-PhantomjsRunner

phantomjs - "minimalistic headless WebKit-based JavaScript-driven tool"

Requirements

  • PHP 5.3

Usage

set your phantomjs path: require_once "Diggin/Phantomjs.php"; $phantomjs = new Diggin\Phantomjs('/path/to/phantomjs/bin/phantomjs'); $phantomjs->getHtml($url);