v1.0 2019-03-07 09:46 UTC

This package is auto-updated.

Last update: 2024-03-29 03:51:25 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.