All Projects → f3ath → appnexusclient

f3ath / appnexusclient

Licence: MIT License
A simple Appnexus API client

Programming Languages

PHP
23972 projects - #3 most used programming language

AppNexusClient

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'));
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].