Skip to content

bytelovers/adcumulus-php-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adcumulus-php-client

A Client for Adcumulus API

This package is still in beta. Please, create a PR if you detects some error.

Installation

"require": {
    "bytelovers/adcumulus-php-client": "dev"
}

Example

$client = new Bytelovers\AdCumulus\Client(
    'API_DOMAIN',
    'API_KEY',
    'API_SECRET' //ONLY for Admin API
    );

$offer = $client->api('Admin\Offer');

try {
    $response = $offers->getById(<OFFER_ID>);

    var_dump($response);
} catch (Bytelovers\AdCumulus\Exception $e) {
    echo($e->getMessage());
}

Supported

  • Admin API
  • Affiliate API
  • Advertiser API

About

A Client for Adcumulus API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages