mmoravac/appnexus

Simple AppNexus client

Maintainers

Package info

github.com/mmoravac/appnexus

Homepage

pkg:composer/mmoravac/appnexus

Statistics

Installs: 1 120

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2018-09-21 15:03 UTC

This package is auto-updated.

Last update: 2026-03-22 08:41:24 UTC


README

#AppNexusClient Modified Version of https://github.com/f3ath/appnexusclient A simple Appnexus API client

#Install Via composer: $ composer require "mmoravac/appnexus"

#Use

$storage = new MMoravac\AppNexusClient\ArrayTokenStorage(); // Memcached and Apc storage are also available
$appnexus = new MMoravac\AppNexusClient\AppNexusClient('username', 'password', "http://api-console.client-testing.adnxs.net/", $storage);
var_dump($appnexus->call(MMoravac\AppNexusClient\HttpMethod::GET, '/user'));