f3ath/appnexus

Simple AppNexus (appnexus.com) client

Maintainers

Package info

github.com/f3ath/appnexusclient

Homepage

pkg:composer/f3ath/appnexus

Fund package maintenance!

www.paypal.me/f3ath

Statistics

Installs: 69 801

Dependents: 1

Suggesters: 0

Stars: 12

Open Issues: 2

0.4.0 2017-06-02 20:13 UTC

This package is auto-updated.

Last update: 2026-03-01 00:09:24 UTC


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'));