clsystems/cd-api-client
Composer 安装命令:
composer require clsystems/cd-api-client
包简介
Click Dealer api library
README 文档
README
A PHP wrapper around the Click Dealer API
Install
Install http://getcomposer.org/ and run the following command:
php composer.phar require clsystems/cd-api-client dev-master
Examples
Request campaigns
- By apiKey / AffiliateId
$api = new CLSystems\Clickdealer\Api($apiKey, $affiliateId); $campaigns = $api->getCampaigns(['campaign_id' => 1234]); foreach ($campaigns as $campaign) { // do smth with campaign }
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-11-01