Skip to content

PHP integration for telesign.com phone and sms verification API

Notifications You must be signed in to change notification settings

dhotson/telesign-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Telesign

PHP integration for telesign.com phone and sms verification API.

Example usage

<?php
require_once 'Telesign.php';
$telesign = new Telesign('your-customer-id', 'your-auth-id);
$r = $telesign->call('1', '5556262');
echo "Verification code '$r->code', Telesign reference ID: '$r->referenceid'\n";

About

PHP integration for telesign.com phone and sms verification API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages