PHP code example of mailium / api-wrapper-php
1. Go to this page and download the library: Download mailium/api-wrapper-php library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
mailium / api-wrapper-php example snippets
$mailiumApi = new Mailium\API\MailiumAPI3('ACCESS_TOKEN', 'YOUR_API3_KEY', 'SUBDOMAIN', 'json');
$mailiumApi->run('List.GetList',array());
print_r($mailiumApi->Result);
"mailium/php-api-wrapper": "dev-master"