PHPackages                             hellojie/laravel-otp - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. hellojie/laravel-otp

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

hellojie/laravel-otp
====================

A simple OTP package

01PHP

Since Nov 27Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Rjiegit/laravel-otp)[ Packagist](https://packagist.org/packages/hellojie/laravel-otp)[ RSS](/packages/hellojie-laravel-otp/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Otp
===========

[](#laravel-otp)

[![Latest Stable Version](https://camo.githubusercontent.com/5417a98008a99b564172e2820ac6515e0ad8a8366bfcdcc09ef4be3fe8b6bd70/687474703a2f2f706f7365722e707567782e6f72672f68656c6c6f6a69652f6c61726176656c2d6f74702f76)](https://packagist.org/packages/hellojie/laravel-otp) [![Total Downloads](https://camo.githubusercontent.com/97825c285a47a79360798480da8b74a0dcf7fde7e8e900c0a998e9cbe4553816/687474703a2f2f706f7365722e707567782e6f72672f68656c6c6f6a69652f6c61726176656c2d6f74702f646f776e6c6f616473)](https://packagist.org/packages/hellojie/laravel-otp) [![Latest Unstable Version](https://camo.githubusercontent.com/eee7d84e373cadbfe5eb1332f111020d4be48930a2f8bbde5f7558d08a04eaa0/687474703a2f2f706f7365722e707567782e6f72672f68656c6c6f6a69652f6c61726176656c2d6f74702f762f756e737461626c65)](https://packagist.org/packages/hellojie/laravel-otp) [![License](https://camo.githubusercontent.com/1ceeb9cb4494a23f985b564f95a605b6d45f7b84bfc3cf216ce035e2950c8918/687474703a2f2f706f7365722e707567782e6f72672f68656c6c6f6a69652f6c61726176656c2d6f74702f6c6963656e7365)](https://packagist.org/packages/hellojie/laravel-otp) [![PHP Version Require](https://camo.githubusercontent.com/a6abaaf0b9b983b6a32ccd95242720c10fdf3f3a565561f154a09f1c653f35f1/687474703a2f2f706f7365722e707567782e6f72672f68656c6c6f6a69652f6c61726176656c2d6f74702f726571756972652f706870)](https://packagist.org/packages/hellojie/laravel-otp)

Introduction
------------

[](#introduction)

A simple OTP package for laravel 9.

Installation
------------

[](#installation)

```
composer require hellojie/laravel-otp:dev-main

```

Publish the migrations
----------------------

[](#publish-the-migrations)

```
php artisan vendor:publish
```

Usage
-----

[](#usage)

### Generate OTP

[](#generate-otp)

```
