yuzu-co/effiliation-php

PHP library for the Effiliation API.

Installs: 3 719

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 1

Open Issues: 0

pkg:composer/yuzu-co/effiliation-php

v1.0.0 2017-06-09 13:20 UTC

This package is not auto-updated.

Last update: 2025-09-28 05:35:35 UTC


README

Build Status SensioLabsInsight

PHP library for the Effiliation API.

You can get your apiToken here: http://publisher.effiliation.com/affiliev2/secure/profile.html?tab=identifiants

See full doc: http://apiv2.effiliation.com/apiv2/doc/home.htm

Install

Via Composer

$ composer require yuzu-co/effiliation-php

Usage

$apiToken = 'XXXXX'
$client = new Yuzu\Effiliation\Client($apiToken);

Tests

php composer test