ems-api/php-client

Email Marketing Software library for PHP

Installs: 47 605

Dependents: 0

Suggesters: 0

Security: 0

Stars: 15

Watchers: 3

Forks: 8

Open Issues: 0

pkg:composer/ems-api/php-client

1.0.5 2023-11-07 11:43 UTC

This package is auto-updated.

Last update: 2025-09-18 09:36:02 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