Email marketing and automation software for eCommerce.
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
Mailscout::setApiKey('YOUR_MAILSCOUT_API_TOKEN');
This package is licensed under the MIT License