ecomailcz / ecomail
Ecomail.cz API Wrapper
Installs: 245 634
Dependents: 1
Suggesters: 0
Security: 0
Stars: 12
Watchers: 4
Forks: 19
Open Issues: 5
Requires
- php: >=5.3.2
- ext-curl: *
- ext-json: *
Requires (Dev)
- phpstan/phpstan: ^0.12.9
README
Instalation
composer require ecomailcz/ecomail
Usage
$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.
$ecomail->page(2)->getListsCollection();
You will find your API key in your account in "integrations" section.
Available methods
All methods returns: array stdClass string
For more detailed documentation please visit: https://ecomailczv2.docs.apiary.io/