https://github.com/jonnnnyw/php-phantomjs
Execute PhantomJS commands through PHP
https://github.com/jonnnnyw/php-phantomjs
Last synced: 10 months ago
JSON representation
Execute PhantomJS commands through PHP
- Host: GitHub
- URL: https://github.com/jonnnnyw/php-phantomjs
- Owner: jonnnnyw
- License: mit
- Created: 2013-11-11T14:17:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-11-26T07:09:52.000Z (over 4 years ago)
- Last Synced: 2024-10-29T15:34:43.440Z (over 1 year ago)
- Language: PHP
- Size: 18.9 MB
- Stars: 1,437
- Watchers: 61
- Forks: 432
- Open Issues: 135
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-list - php-phantomjs - Execute PhantomJS commands through PHP (Programming Languages / PHP)
README
PHP PhantomJS
=============
PHP PhantomJS is a flexible PHP library to load pages through the PhantomJS
headless browser and return the page response. It is handy for testing
websites that demand javascript support and also supports screen captures.
[Full Documentation](http://jonnnnyw.github.io/php-phantomjs/)
[](https://packagist.org/packages/jonnyw/php-phantomjs) [](https://packagist.org/packages/jonnyw/php-phantomjs) [](https://travis-ci.org/jonnnnyw/php-phantomjs) [](https://scrutinizer-ci.com/g/jonnnnyw/php-phantomjs/) [](https://scrutinizer-ci.com/g/jonnnnyw/php-phantomjs/)
Feature List
---------------------
* Load webpages through the PhantomJS headless browser
* View detailed response data including page content, headers, status code etc.
* Handle redirects
* View javascript console errors
* View detailed PhantomJS debug information
* Save screen captures to local disk
* Output web pages to PDF document
* Set viewport size
* Set fixed header and footer for PDF output
* Define screen capture x, y, width and height parameters
* Delay page rendering for a specified time
* Delay page rendering until page resources are fully loaded
* Execute PhantomJS with command line options
* Easily build and run custom PhantomJS scripts