yuzu-co/awin-php

PHP library for the Awin API.

Installs: 3 205

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 6

Forks: 4

Open Issues: 0

pkg:composer/yuzu-co/awin-php

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

This package is not auto-updated.

Last update: 2025-10-06 11:52:05 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