{ "name": "jonnyw/php-phantomjs", "description": "A PHP wrapper for loading pages through PhantomJS", "keywords": ["PhantomJS", "Testing", "Headless Browser"], "type": "library", "license": "MIT", "authors": [ { "name": "Jonny Wenmoth", "email": "contact@jonnyw.me" "homepage": "http://jonnyw.me/" } ], "minimum-stability": "stable", "require": { "php": ">=5.3.0" }, "autoload": { "psr-0": { "JonnyW\\PhantomJs\\": "src" }, "classmap": ["src/"] }, "bin": [ "bin/phantomjs" ] }