Skip to content

This repository allows, to create a phone number verification using sms/call OTP in python.

Notifications You must be signed in to change notification settings

tiniyo/php-otp-verification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-otp-verification

This repository allows, to create a phone number verification using sms/call OTP in PHP.

Python-OTP-Verification

Requirements

Setup

  • Clone the php-otp-verification into your go path and change directory to cloned repository.
$ git clone https://github.com/tiniyo-api/php-otp-verification.git
$ cd php-otp-verification
  • Setting up Virtual Environment
brew install composer
composer install
  • Create your Free TINIYO Account and grab your "API Key": https://www.tiniyo.com

  • Copy .env.example to .env and update it with your Tiniyo credentials.

{Auth_ID} & {Secret_Auth_ID} replace by Tiniyo Credential

  • Run the Local PHP Web-Server in your console.
$ php -S 127.0.0.1:8080

*Navigate to http://localhost:8080 to try it out!

About

This repository allows, to create a phone number verification using sms/call OTP in python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published