Registration System with Phone SMS Verification Registration System with Phone SMS Verification
Registration & Login System with SMS Phone Validation/Verification & SMS Two Factor AuthenticationRegistration System with Phone SMS Verification
Registration & Login System with SMS Phone Validation/Verification & SMS Two Factor Authe...Overview
The Registration & Phone Verification System gives you a simple out of the box solution that you can easily integrate into your PHP based system for users to register and login securely. It ensures you also collect authentic data from your customers as it comes with an SMS based phone verification system.
The system comes equipped with the following features among ohters
- International phone number validation and formatting using Google Phone Lib via inbuilt API for all mobile networks
- Phone number verification using Twilio SMS
- Complete user registration system with email sending (SMTP) functionality and email validation
- Login system with SMS Two Factor Authentication (2-FA)
- MYSQL database for data storage
- A configuration file which makes it very easy to configure without touching the code
- Responsive design using HTML5 and CSS and based on Bootstrap
- Very simple clean code which is very easy to integrate into your system and easy to maintain
- Very well documented for seamless usage
Check the demo here
Features
- International phone number validation and formatting using Google Phone Lib via inbuilt API for all mobile networks
- Phone number verification using Twilio SMS
- Complete user registration system with email sending (SMTP) functionality and email validation
- Login system with SMS Two Factor Authentication (2-FA)
- MYSQL database for data storage
- A configuration file which makes it very easy to configure without touching the code
- Responsive design using HTML5 and CSS and based on Bootstrap
- Very simple clean code which is very easy to integrate into your system and easy to maintain
- Very well documented for seamless usage
Requirements
For the system to work, it will require the following
- Web server. This can be Apache or IIS. As long as it supports PhP
- PHP 5.6+ installed
- Mysql 5.5+ installed
- Basic knowledge like creating and importing a mysql database
- A web browser installed e.g Firefox, Google Chrome, Safari, IE etc
Instructions
Please follow the below steps to complete the installation process.
- After purchasing the system, you will get the application as a zip file. Upload
that zip file on your server. - You can upload anywhere inside your public_html folder or any
sub-folder you want. Just keep in mind the directory name where you have uploaded it. - Unzip the file
- Before you start, you will have to update your configuration manually
- Enter your installation directory eg “ registration ” and open in your editor the
file name “config.php ”. This is the only file you will need to edit if you want the script to work out of the box. - Update the file with your preferences including system URL , database
settings, email settings, SMS settings (Twilio) etc. Relevant comments have been put in place for guidance. - Create a database called “registration” or you can call it the name you have
put in the settings file. - Import the database file from the folder “ database ”
- For you to send SMS, you MUST have an account with Twilio . This is the
default SMS sending engine. You can however update the script to your liking and include other SMS gateways. - Save your changes. You are done.
- Go to your preferred web browser and type the url where you have
unzipped the file. For example - if you have a domain example.com and you have unzipped the files inside a folder “registration”, the url will be example.com/registration.
Category | Scripts & Code / PHP Scripts / Login |
First release | 19 August 2020 |
Last update | 19 August 2020 |
Software version | PHP 7.0, PHP 7.1, PHP 7.2, PHP 7.3, PHP 5.x |
Files included | .php, .css, .sql, Javascript .js |
Tags | login, email, SMS, registration, two factor authentication, twilio |