Libraries tagged by one-time password
eloquent/otis
582 Downloads
One-time password / multi-factor authentication library for PHP.
defbu/authenticator
3103 Downloads
A TOTP authenticator
tech-ed/simpl-otp
127 Downloads
A simple and lightweight Laravel package for generating and verifying one-time passwords (OTPs), enhancing authentication security in your Laravel applications.
signdeer/otpz
46 Downloads
First Factor One-Time Passwords for Laravel (Passwordless OTP Login)
sh4msi/filament-otp
254 Downloads
Filament OTP is a package for Filament that allows users to login with a One-Time Password. (OTP and Passwordless are similar, but they differ in some aspects!)
hejunjie/google-authenticator
225 Downloads
一个用于生成和验证时间基础一次性密码(TOTP)的 PHP 包,支持 Google Authenticator 及类似应用。功能包括密钥生成、二维码创建和 OTP 验证 | A PHP library for generating and verifying Time-Based One-Time Passwords (TOTP). Compatible with Google Authenticator and similar apps, with features like secret generation, QR code creation, and OTP verification.
delight-im/otp
365 Downloads
One-time password (OTP) implementation for two-factor authentication with TOTP in accordance with RFC 6238 and RFC 4226
graxmonzo/laravel-one-time-password
29 Downloads
One time password (OTP) generation trait for Laravel
jleehr/password_reset
370 Downloads
Allows administrators to send a password reset request to a user using a one-time login link.
xphere/one-time-access-bundle
5943 Downloads
Authenticate your users in a Symfony2 application through a one-time access url
berny/one-time-access-bundle
11716 Downloads
Authenticate your users in a Symfony2 application through a one-time access url
sunnyvision/php-totp
243 Downloads
PHP TOTP implementation for rfc6238
mkd/laravel-otp
5 Downloads
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.
mkd/laravel-advanced-otp
6 Downloads
An advanced, customizable OTP (One-Time Password) verification system for Laravel applications, supporting hashed token and custom validation methods.
ericmann/totp
87 Downloads
PHP implementation of the TOTP protocol.