torchlighttechnology / unsub-central-api
此包的最新版本(v1.0.1)没有可用的许可证信息。
Unsub Central PHP 客户端
v1.0.1
2016-08-19 16:27 UTC
This package is not auto-updated.
Last update: 2024-09-14 19:58:28 UTC
README
使用 composer 安装
composer require torchlighttechnology/unsub-central-api:"~1.0"
在您的项目中使用
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);