torchlighttechnology / unsub-central-api
There is no license information available for the latest version (v1.0.1) of this package.
Unsub Central PHP Client
Package info
github.com/Torchlight-Technology/unsub-central-api
pkg:composer/torchlighttechnology/unsub-central-api
v1.0.1
2016-08-19 16:27 UTC
This package is not auto-updated.
Last update: 2026-03-01 03:48:02 UTC
README
Install with composer
composer require torchlighttechnology/unsub-central-api:"~1.0"
Usage in your project
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);