gee1web/litmus
最新稳定版本:2.0.0
Composer 安装命令:
composer require gee1web/litmus
包简介
Sdk for the Litmus Customer RESTful API
README 文档
README
PHP Implementation of the Litmus Customer RESTful API to test email and web pages on many email clients and browsers.
Install
composer require gee1web/litmus
Examples
Set Litmus API credentials:
use Geelweb\Litmus\Litmus;
Litmus::setAPICredentials(
'your_api_key',
'your_api_credential',
'your_api_password');
Get the email clients availables for tests:
$clients = Litmus::getEmailClients();
Get the clients availables to test web-pages:
$clients = Litmus::getPageClients();
Create a page test on Safari 2 and IE7:
Litmus::createPageTest(array(
'applications' => array('saf2', 'ie7'),
'url' => 'http://geelweb.org',
));
统计信息
- 总下载量: 8.17k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 10
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-01-14