mailscout / php-sdk
Email marketing and automation software for eCommerce
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/mailscout/php-sdk
Requires
- php: >=5.5.0
- guzzlehttp/guzzle: ^6.2
This package is not auto-updated.
Last update: 2025-10-12 01:43:15 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