From e0c3558e82e5a88d1fe319c16a4c2d72a52ed503 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Sat, 3 Oct 2015 22:12:32 +0200 Subject: [PATCH] Added information about PHP-adapter --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55ddfda..57ff6c8 100644 --- a/README.md +++ b/README.md @@ -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).**