Download the PHP package ema-salas/otp-generator without Composer
On this page you can find all versions of the php package ema-salas/otp-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ema-salas/otp-generator
More information about ema-salas/otp-generator
Files in ema-salas/otp-generator
Download ema-salas/otp-generator
More information about ema-salas/otp-generator
Files in ema-salas/otp-generator
Vendor ema-salas
Package otp-generator
Short Description Generate OTP using a Trait into your Laravel models
License MIT
Package otp-generator
Short Description Generate OTP using a Trait into your Laravel models
License MIT
Please rate this library. Is it a good library?
Informations about the package otp-generator
Laravel OTP ▲
Introduction
This is a simple package for Laravel to generate and validate OTPs (One Time Passwords).
Installation 💽
Install via composer
Add service provider to the config/app.php
file
Publish
Run Migrations
Usage 🧨
NOTE To use Otp Generator you must use this Trait into your models
Generate OTP
Validate OTP
$token
: The token tied to the identity.
Responses
On Success
Does not exist
**Not Valid***
Expired
Inspiration
This package was created inspired in next packages
Contribution
If you find an issue with this package or you have any suggestion please help out. I am open to PRs.
All versions of otp-generator with dependencies
PHP Build Version
Package Version
No informations.
The package ema-salas/otp-generator contains the following files
Loading the files please wait ....