maillauncher / maillauncher-php-sdk
MailLauncher PHP-SDK
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/maillauncher/maillauncher-php-sdk
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-12-22 11:03:26 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