ems-api / php-client
Email Marketing Software library for PHP
Installs: 41 089
Dependents: 0
Suggesters: 0
Security: 0
Stars: 13
Watchers: 3
Forks: 8
Open Issues: 0
Requires
- php: >=7.2.5
- ext-curl: *
- ext-json: *
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.17
- phpstan/phpstan: ^0.12.60
- phpunit/phpunit: ^9.5
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