edmund5 / verify-phone-api

The Verify Phone API lets you send a 6 digits code to a user's phone and validate that they received it. Verify Phone can be used for anti-fraud purposes, such as validating users phone and 2-factor authentication.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Verify Phone API for Chatfuel

The Verify Phone API lets you send a 6 digits code to a user's phone and validate that they received it. Verify Phone can be used for anti-fraud purposes, such as validating users phone and 2-factor authentication.

Basic Usage

Include The Twilio PHP Helper Library

Using with Composer

composer require twilio/sdk

In this case, you would include composer's auto-loader at the top of your source files:

<?php
require __DIR__ . '/vendor/autoload.php';

About

The Verify Phone API lets you send a 6 digits code to a user's phone and validate that they received it. Verify Phone can be used for anti-fraud purposes, such as validating users phone and 2-factor authentication.

License:MIT License


Languages

Language:PHP 100.0%