mailium/api-wrapper-php
Composer 安装命令:
composer require mailium/api-wrapper-php
包简介
Mailium API Wrapper for PHP
README 文档
README
For more details about API v3, please visit our help section at https://github.com/mailium/api-wrapper-php
Installation
Simply add the package to your composer.json file and run composer update.
"mailium/php-api-wrapper": "dev-master"
Or go to your project directory where the composer.json file is located and type:
composer require "mailium/php-api-wrapper"
Demo
Either ACCESS_TOKEN or API_KEY must be set.
$mailiumApi = new Mailium\API\MailiumAPI3('ACCESS_TOKEN', 'YOUR_API3_KEY', 'SUBDOMAIN', 'json'); $mailiumApi->run('List.GetList',array()); print_r($mailiumApi->Result);
Documentation
统计信息
- 总下载量: 815
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GNU
- 更新时间: 2016-09-24