|
|
@@ -5,6 +5,7 @@ PHP PhantomJS is a simple 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.
|
|
|
|
|
|
+[](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/)
|
|
|
|
|
|
0.0 Table of Contents
|
|
|
---------------------
|
|
|
@@ -221,7 +222,7 @@ for older versions.
|
|
|
|
|
|
* Requests now require you to inject a request and response instance when sending.
|
|
|
* Added message factory that can also be injected into client when instantiated.
|
|
|
-* Customers headers can be set in requests.
|
|
|
+* Custom headers can be set in requests.
|
|
|
* Request method can be set. Supports: OPTIONS, GET, HEAD, POST, PUT, DELETE, PATCH.
|
|
|
* Request data can be set. Useful when making post requests.
|
|
|
|