Нет описания

Jonny Wenmoth ee6cecba62 Using uniqid for tmp file name generation appears to be causing conflicts when running processes in parallel. Have replaced for random string generation seeded by mt_rand - https://github.com/jonnnnyw/php-phantomjs/issues/101 9 лет назад
src ee6cecba62 Using uniqid for tmp file name generation appears to be causing conflicts when running processes in parallel. Have replaced for random string generation seeded by mt_rand - https://github.com/jonnnnyw/php-phantomjs/issues/101 9 лет назад
.gitignore 03d48c22cd Removing PHPUnit and adding to gitignore 11 лет назад
.scrutinizer.yml c56379dbfa Increasing scrutinizer code converage timeout period 11 лет назад
.travis.yml 59b4325be7 Upgrading dependencies to check backwards compatibility in automated tests 10 лет назад
LICENSE df82102407 Updating readme, license and descriptions 12 лет назад
README.md 3a9e11e019 Upgrading PhantomJS to version 2.1.1 10 лет назад
composer.json 5ba49503c4 Locking PhantomJS installer to version 2.1.1 as it was causing issues - https://github.com/jonnnnyw/php-phantomjs/issues/97 9 лет назад
phpunit.xml.dist f939babff7 Procedures are now compiled and cached from partials allowing for partial script injection 10 лет назад

README.md

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

Total Downloads Latest Stable Version Build Status Scrutinizer Quality Score Code Coverage

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 debuged information
  • Save screen captures to local disk
  • Output web pages to PDF document
  • Set viewport size
  • Define screen capture x, y, width and height parameters
  • Delay page rendering for a specified time
  • Execute PhantomJS with command line options
  • Easily build and run custom PhantomJS scripts