f3ath / appnexus
Simple AppNexus (appnexus.com) client
Fund package maintenance!
www.paypal.me/f3ath
Installs: 63 455
Dependents: 1
Suggesters: 0
Security: 0
Stars: 12
Watchers: 5
Forks: 8
Open Issues: 2
Requires
- php: >=5.3.0
- phpcurl/curlwrapper: ^1.0
Requires (Dev)
- phpunit/phpunit: ^4.8 || ^5.0
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'));