yuzu-co / awin-php
PHP library for the Awin API.
v1.0.1
2017-05-25 14:23 UTC
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: 2026-02-23 13:44:34 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