torchlighttechnology / unsub-central-api
Unsub Central PHP Client
Installs: 2 397
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
This package is not auto-updated.
Last update: 2024-12-21 21:57:52 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);