Libraries tagged by OTP Simple
montopolis/laravel-magic-auth
277 Downloads
Package for implementing magical authentication (URL and token) in Laravel 5.2+
pps-protocol/pps-php
3 Downloads
PHP implementation of the PulseProof Sentinel Protocol (PPS): time-bound asymmetric authentication proofs for offline, OTP-style, transaction-signing, duress-aware, and multi-device flows.
rezak/otp-auth
1 Downloads
A Laravel package for OTP endpoint implementation
clarity-tech/laravel-otp-generator
41 Downloads
a lightweight implementation of generating OTP and validating backed by Cache Storage for Laravel
vjolenz/php-otp
820 Downloads
PHP OTP (One Time Password) implementation
sendinblue/otp
50 Downloads
Implementation of OATH algorithms
light-it-labs/lightit-auth-laravel
21 Downloads
A comprehensive authentication package for Laravel projects, designed to streamline the implementation of various authentication strategies. This package supports JWT-based authentication, Google SSO, Laravel Sanctum, 2FA, OTP, and role-permission systems with standardized examples for seamless integration into your projects.
ilbee/totp
13 Downloads
Time-based One-Time Password (TOTP) implementation in PHP
yaman-shahbander-dev/totp-generator
2 Downloads
A PHP implementation of Time-Based One-Time Password (TOTP), using Base32 encoding and HMAC hashing. Generates and verifies OTPs for secure authentication.