PHPackages                             abdukhaligov/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. abdukhaligov/laravel-otp

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

abdukhaligov/laravel-otp
========================

The OTP package for Laravel.

041PHP

Since Aug 10Pushed 1y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

About Laravel OTP
=================

[](#about-laravel-otp)

Reference
---------

[](#reference)

[Laravel OTP](https://github.com/ichtrojan/laravel-otp "Cheers")

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

[](#introduction)

This is a simple package to generate and validate OTPs (One Time Passwords). This can be implemented mostly in Authentication.

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

[](#installation)

Install via composer

```
composer require abdukhaligov/laravel-otp
```

Add service provider to the `config/app.php` file

```
