laravel-frontdoor
by daikazu
OTP-based passwordless email authentication for Laravel. No database tables required — codes stored in cache, identity in session.
laravel-flexible-otp
by cuongnx
A flexible OTP (One-Time Password) library for Laravel, supporting multi-purpose configurations, multi-storage (MongoDB/MySQL), resend cooldown, hashing for security, and optional sending via providers like Zalo ZNS, SpeedSMS, or mail.
laravel-otp
by blamodex
A simple, Laravel-ready one-time password (OTP) package for rapid prototyping and lightweight use cases.
laravel-otp
by mkd
Laravel package for generating and verifying One-Time Passwords (OTPs) using TOTP (Time-based One-Time Password) and HOTP (HMAC-based One-Time Password) algorithms.
laravel-advanced-otp
by mkd
An advanced, customizable OTP (One-Time Password) verification system for Laravel applications, supporting hashed token and custom validation methods.
laravel-otp-code
by ars
A Laravel package for generating, validating, and managing One-Time Passwords (OTPs) to enhance security in authentication workflows.
laravel-otp
by fouladgar
This package provides convenient methods for sending and validating OTP notifications to users for authentication.