devit/hasoffers-php-client
Composer 安装命令:
composer require devit/hasoffers-php-client
包简介
A clean & simple PHP Wrapper around the HasOffers API
关键字:
README 文档
README
Installation
"require": { "devit/hasoffers-php-client": "dev-master" }
Example
$client = new DevIT\Hasoffers\Client('API_KEY', 'NETWORK_ID'); $offers = $client->api('Affiliate\Offer'); try { $response = $offers->findAll(['limit' => 5]); var_dump($response); } catch (DevIT\Hasoffers\Exception $e) { echo($e->getMessage()); }
Supported
- Affiliate API
- Brand API
统计信息
- 总下载量: 6.01k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-05-07