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

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

kaffe-software/laravel-otp
==========================

A simple package to generate and validate OTPs

v1.4.1(4y ago)02MITPHP

Since Nov 20Pushed 4y agoCompare

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

READMEChangelogDependenciesVersions (9)Used By (0)

Laravel OTP ▲
=============

[](#laravel-otp-)

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 ichtrojan/laravel-otp
```

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

```
