yuzu-co/awin-php

PHP library for the Awin API.

v1.0.1 2017-05-25 14:23 UTC

This package is not auto-updated.

Last update: 2024-05-20 05:32:51 UTC


README

Build Status SensioLabsInsight

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