Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.42 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.42 KB

MailScout PHP SDK

Email marketing and automation software for eCommerce.

Installation Process

Just copy php-sdk folder somewhere into your project directory. Then include the autoload file.

require_once('/path/to/php-sdk/autoload.php');

Mailscout php-sdk is also available via Composer/Packagist.

composer require mailscout/php-sdk

Setup API Token

Mailscout::setApiKey('YOUR_MAILSCOUT_API_TOKEN');

Basic Uses

License

This package is licensed under the MIT License