maillauncher/maillauncher-php-sdk

v1.0.7 2020-02-21 22:12 UTC

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