定制 f3ath/appnexus 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

f3ath/appnexus

最新稳定版本:0.4.0

Composer 安装命令:

composer require f3ath/appnexus

包简介

Simple AppNexus (appnexus.com) client

README 文档

README

Total Downloads Latest Stable Version Travis Build SensioLabs Insight

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

GitHub 信息

  • Stars: 12
  • Watchers: 4
  • Forks: 8
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-03-21