twisted1919/mailwizz-php-sdk

Mailwizz PHP-SDK

v1.0.11 2021-04-05 18:23 UTC

This package is auto-updated.

Last update: 2024-05-06 01:20:53 UTC


README

This repository contains the PHP SDK for MailWizz EMA.
You'll find proper example on how to manage lists, subscribers, campaigns, templates and more.

The documentation website at https://api-docs.mailwizz.com/ showcases all the API endpoints.
You can find them in the examples folder as well.

Implementations using MailWizz PHP SDK:

Looking for Node.js implementations instead?

Install

You can either download latest version of the code or you can install it via composer as follows:
composer require twisted1919/mailwizz-php-sdk
Then follow the instructions from examples/setup.php file.

Test

Following environment variables have to be set, with their proper values:
MAILWIZZ_API_URL
MAILWIZZ_API_PUBLIC_KEY
MAILWIZZ_API_PRIVATE_KEY

Then you can run the tests:

$ composer test