Download the PHP package adevesa/laravel-simple-otp without Composer
On this page you can find all versions of the php package adevesa/laravel-simple-otp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download adevesa/laravel-simple-otp
More information about adevesa/laravel-simple-otp
Files in adevesa/laravel-simple-otp
Package laravel-simple-otp
Short Description Generate and validate OTPs for your applications
License MIT
Homepage https://github.com/adevesa/laravel-simple-otp
Informations about the package laravel-simple-otp
Laravel Simple OTP
This package is a simple OTP generator for Laravel. You can use it to generate OTPs and validate them.
Installation
You can install the package via composer:
You can publish and run the migrations and publish the config file with:
This is the contents of the published config file:
With the otp_throw_exceptions
option you can control if the package should throw exceptions or return false
when an OTP is not valid.
Usage
Or also
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-simple-otp with dependencies
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version ^10.0