This is the PHP Client for MailinWaves's API.
Get started by installing it via composer as follows:
composer require ems-api/php-client
Then follow the instructions from example/setup.php file.
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