2017 © Pedro Peláez
 

library unsub-central-api

Unsub Central PHP Client

image

torchlighttechnology/unsub-central-api

Unsub Central PHP Client

  • Friday, August 19, 2016
  • by _waffles
  • Repository
  • 2 Watchers
  • 0 Stars
  • 197 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 36 % Grown

The README.md

Install with composer, (*1)

composer require torchlighttechnology/unsub-central-api:"~1.0"

Usage in your project, (*2)

use torchlighttechnology\UnsubCentralAPI;

$client = new UnsubCentralAPI(
    'USERNAME',
    'PASSWORD'
);

$email = 'test@test.com';
$aff_key = 'YOUR_AFFILIATE_KEY';
$aff_salt = 'YOUR_AFFILIATE_KEY_SALT';

$client->emailAddressCheck($email, $aff_key, $aff_salt);

The Versions

19/08 2016

dev-master

9999999-dev

Unsub Central PHP Client

  Sources   Download

19/08 2016

dev-dev

dev-dev

Unsub Central PHP Client

  Sources   Download

19/08 2016

v1.0.1

1.0.1.0

Unsub Central PHP Client

  Sources   Download

18/08 2016

v1.0.0

1.0.0.0

Unsub Central PHP Client

  Sources   Download