Added information about PHP-adapter

This commit is contained in:
Tobias Nyholm 2015-10-03 22:12:32 +02:00
parent b080b181ac
commit e0c3558e82

View File

@ -25,6 +25,14 @@ curl -sS https://getcomposer.org/installer | php
php composer.phar require mailgun/mailgun-php:~1.7.2
```
You do also need to choose what library to use when you are sending messages. Consult the
[php-http/adapter-implementation](https://packagist.org/providers/php-http/adapter-implementation) virtual package to
find adapters to use. Example:
```bash
php composer.phar require php-http/guzzle6-adapter:^0.1.0
```
**For shared hosts without SSH access, check out our [Shared Host Instructions](SharedHostInstall.md).**
**Rather just download the files? [Library Download](https://9f67cbbd1116d8afb399-7760483f5d1e5f28c2d253278a2a5045.ssl.cf2.rackcdn.com/mailgun-php-1.7.2.zip).**