ems-api/php-client

Email Marketing Software library for PHP

1.0.5 2023-11-07 11:43 UTC

This package is auto-updated.

Last update: 2024-05-18 06:45:34 UTC


README

This is the PHP Client for MailWizz's API.

Install

Get started by installing it via composer as follows:
composer require ems-api/php-client

Then follow the instructions from example/setup.php file.

Test

Following environment variables have to be set, with their proper values:
EMS_API_URL
EMS_API_KEY

Then you can run the tests:

$ composer test