yuzu-co / awin-php
PHP library for the Awin API.
Installs: 3 212
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 6
Forks: 4
Open Issues: 0
pkg:composer/yuzu-co/awin-php
Requires
- php: ~5.6|~7.0
 - guzzlehttp/guzzle: ~6.0
 - symfony/options-resolver: ~2.6|~3.0
 
Requires (Dev)
- atoum/atoum: dev-master
 - squizlabs/php_codesniffer: ^2.3
 
This package is not auto-updated.
Last update: 2025-11-03 12:13:32 UTC
README
PHP library for the Awin API.
You can get your apiToken here: https://ui.awin.com/awin-api
See full doc: http://wiki.awin.com/index.php/Publisher_API
Install
Via Composer
$ composer require yuzu-co/awin-php
Usage
$apiToken = 'XXXXX' $client = new Yuzu\Awin\Client($apiToken);
Tests
php composer tests
TODO
- GET commissiongroups missing
 - GET transactions by ID missing
 - GET reports missing