mailscout / php-sdk
Email marketing and automation software for eCommerce
v0.0.1@beta
2016-12-22 06:54 UTC
Requires
- php: >=5.5.0
- guzzlehttp/guzzle: ^6.2
This package is not auto-updated.
Last update: 2024-10-26 20:37:44 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