You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,13 @@ The recommended way to install the SparkPost PHP Library is through composer.
21
21
curl -sS https://getcomposer.org/installer | php
22
22
```
23
23
24
+
Sparkpost requires php-http client (see [Setting up a Request Adapter](#setting-up-a-request-adapter)). There are several [providers](https://packagist.org/providers/php-http/client-implementation) available. If you were using guzzle6 your install might look like this.
25
+
26
+
```
27
+
composer require guzzlehttp/guzzle
28
+
composer require php-http/guzzle6-adapter
29
+
```
30
+
24
31
Next, run the Composer command to install the SparkPost PHP Library:
25
32
26
33
```
@@ -291,4 +298,4 @@ An exception will be thrown in two cases: there is a problem with the request or
291
298
292
299
293
300
### Contributing
294
-
See [contributing](https://github.com/SparkPost/php-sparkpost/blob/master/CONTRIBUTING.md).
301
+
See [contributing](https://github.com/SparkPost/php-sparkpost/blob/master/CONTRIBUTING.md).
0 commit comments