imritesh / otp
:description
v1.0
2019-03-07 09:46 UTC
Requires
- guzzlehttp/guzzle: ~6.0
- illuminate/support: ~5
Requires (Dev)
- mockery/mockery: ^1.1
- orchestra/testbench: ~3.0
- phpunit/phpunit: ~7.0
- sempro/phpunit-pretty-print: ^1.0
This package is auto-updated.
Last update: 2024-10-29 05:16:51 UTC
README
This package uses 2Factor to send and verify OTP laravel
Installation
Via Composer
$ composer require imritesh/otp
Usage
For Sending OTP
use imritesh\Otp\Otp;
$new = new ImriteshOtp();
$new->sendOtp('999999999', 'Your-OTP-Code');
Change log
Please see the changelog for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email hello@imritesh.com instead of using the issue tracker.
Credits
License
MIT. Please see the license file for more information.