dev-master
9999999-devAPI Wrapper
GNU GPL 3
The Requires
- php >=5.3.2
by Filip Šedivý
api newsletter email marketing wrapper ecomail
Wallogit.com
2017 © Pedro Peláez
API Wrapper
composer require ecomailcz/ecomail
$ecomail = new Ecomail('API_KEY');
$ecomail->getListsCollection();
When there are more results, you will get last_page parameter in your response, which you can then use in another request., (*2)
$ecomail->page(2)->getListsCollection();
You will find your API key in your account in "integrations" section., (*3)
All methods returns: array stdClass string, (*4)
For more detailed documentation please visit: https://ecomailczv2.docs.apiary.io/, (*5)
API Wrapper
GNU GPL 3
api newsletter email marketing wrapper ecomail