bytelovers / adcumulus-php-client
A Client for Adcumulus API
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/bytelovers/adcumulus-php-client
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-09-27 05:43:08 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