sift / sift-client-api
There is no license information available for the latest version (v1.0.1) of this package.
Sift Logic PHP Client
v1.0.1
2016-03-04 15:42 UTC
This package is not auto-updated.
Last update: 2024-10-26 18:49:30 UTC
README
Install with composer
composer require sift/sift-client-api:"~1.0"
Usage in your project
use sift\SiftClientAPI; $client = new SiftClientAPI; $email = 'test@test.com'; $client->verify_email($email);