yuzu-co / awin-php
PHP library for the Awin API.
Installs: 3 198
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 6
Forks: 5
Open Issues: 0
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-05-19 09:54:43 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