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

@ -23,7 +23,15 @@ curl -sS https://getcomposer.org/installer | php
# Add Mailgun as a dependency
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).**