Download the PHP package triverla/laravel-otp without Composer
On this page you can find all versions of the php package triverla/laravel-otp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download triverla/laravel-otp
More information about triverla/laravel-otp
Files in triverla/laravel-otp
Package laravel-otp
Short Description Laravel package for OTP Generation and Validation
License MIT
Informations about the package laravel-otp
Laravel OTP Generator with Mail and SMS Notification
This package is for easy setup for OTP validation process. No database required.
Installation
NB: This package only supports 7.4+
Via Composer
Add Service Provider & Facade
For Laravel 5.5+
Once the package is added, the service provider and facade will be auto discovered.
For Older versions of Laravel
Add the ServiceProvider to the providers array in config/app.php
:
Add the Facade to the aliases array in config/app.php
:
Publish Config
Once done, publish the config to your config folder using:
This command will create a config/otp.php
file.
Env Variables
Add the following Key-Value pair to the .env
file in the Laravel application
Custom Notification Classes
You can use custom classes for your Mail and SMS notifications. You can either add it via .env
or in config/otp.php
Usage
Import the facade class:
or
Generate an OTP:
Verify an OTP:
Regenerate an OTP: This can be used to resend same or different OTP
Generate an OTP & Send sms or mail notification to recipient:
Contributing
Please feel free to fork this package and contribute by submitting a pull request to enhance the functionalities.
Bugs & Issues
If you notice any bug or issues with this package kindly create and issues here ISSUES
Security
If you discover any security related issues, please email [email protected].
How can I thank you?
Why not star the github repo and share the link for this repository on Twitter or other social platforms.
Don't forget to follow me on twitter!
Thanks! Benaiah Yusuf
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-otp with dependencies
illuminate/support Version ^8.0|^9.0|^10.0
illuminate/cache Version ^8.0|^9.0|^10.0
illuminate/filesystem Version ^8.0|^9.0|^10.0