f3ath/appnexus
最新稳定版本:0.4.0
Composer 安装命令:
composer require f3ath/appnexus
包简介
Simple AppNexus (appnexus.com) client
README 文档
README
A simple Appnexus API client
You can help development of this library by providing me an API key
Install
Via composer:
$ composer require "f3ath/appnexus"
Use
$storage = new F3\AppNexusClient\ArrayTokenStorage(); // Memcached and Apc storage are also available $appnexus = new F3\AppNexusClient\AppNexusClient('username', 'password', "http://api-console.client-testing.adnxs.net/", $storage); var_dump($appnexus->call(F3\AppNexusClient\HttpMethod::GET, '/user'));
统计信息
- 总下载量: 68.88k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 12
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-03-21