torchlighttechnology / xverify-client-api
Xverify PHP Client
Installs: 12 403
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 4
Open Issues: 2
This package is not auto-updated.
Last update: 2024-12-22 06:31:59 UTC
README
Install with composer
composer require xverify/xverify-client-api:"~1.0"
Usage in your project
use torchlighttechnology\XverifyClientAPI; $client = new XverifyClientAPI; $data = array(); $email = 'test@test.com'; $data['email'] = $email; $client->verify('email', $data);