mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-22 04:26:02 +03:00
Added information about PHP-adapter
This commit is contained in:
parent
b080b181ac
commit
e0c3558e82
10
README.md
10
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).**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user