mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-04 05:33:34 +03:00
Version 0.1 release
This commit is contained in:
parent
4ca9d8b08d
commit
49ee6f18b8
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ To install the SDK, you will need to be using Composer in your project. If you a
|
|||
curl -sS https://getcomposer.org/installer | php
|
||||
|
||||
# Add Mailgun as a dependency
|
||||
php composer.phar require mailgun/mailgun-php-sdk:~1.0
|
||||
php composer.phar require mailgun/mailgun-php-sdk:~0.1
|
||||
```
|
||||
Next, require Composer's autoloader, in your application, to automatically load the Mailgun SDK in your project:
|
||||
```PHP
|
||||
|
|
Loading…
Add table
Reference in a new issue