mailscout/php-sdk

Email marketing and automation software for eCommerce

v0.0.1@beta 2016-12-22 06:54 UTC

This package is not auto-updated.

Last update: 2024-05-25 18:10:14 UTC


README

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