bytelovers / adcumulus-php-client
A Client for Adcumulus API
dev-master
2018-04-12 20:39 UTC
Requires
- php: ^7.0
- guzzlehttp/guzzle: ^6.2
- soapbox/laravel-formatter: ^3.0
Requires (Dev)
- phpdocumentor/phpdocumentor: ^2.9
- phpunit/phpunit: ^7.0
This package is not auto-updated.
Last update: 2025-03-29 03:26:32 UTC
README
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