maillauncher / maillauncher-php-sdk
MailLauncher PHP-SDK
v1.0.7
2020-02-21 22:12 UTC
Requires
- php: >=5.2
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.15
- phpstan/phpstan: ^0.12.9
- phpunit/phpunit: ^7.5
This package is auto-updated.
Last update: 2025-07-22 10:10:09 UTC
README
This repository contains the PHP SDK for MailLauncher EMS.
You'll find proper example on how to manage lists, subscribers, campaigns, templates and more.
The documentation website at https://maillauncher.com/api-docs/ showcases all the API endpoints.
You can find them in the examples folder as well.
Install
You can either download latest version of the code or you can install it via composer as follows:
composer require maillauncher/maillauncher-php-sdk
Then follow the instructions from examples/setup.php
file.
Test
$ composer test