mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-22 12:36:02 +03:00
Added information about PHP-adapter
This commit is contained in:
parent
b080b181ac
commit
e0c3558e82
@ -25,6 +25,14 @@ curl -sS https://getcomposer.org/installer | php
|
|||||||
php composer.phar require mailgun/mailgun-php:~1.7.2
|
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).**
|
**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).**
|
**Rather just download the files? [Library Download](https://9f67cbbd1116d8afb399-7760483f5d1e5f28c2d253278a2a5045.ssl.cf2.rackcdn.com/mailgun-php-1.7.2.zip).**
|
||||||
|
Loading…
Reference in New Issue
Block a user