Skip to content

mailscout/php-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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