Releases: remotemerge/totp-php
Releases · remotemerge/totp-php
v1.0.1
v1.0.0
Release v1.0.0 - TOTP PHP
🎉 We're excited to announce the first stable release of TOTP PHP! 🎉
TOTP PHP is a simple, fast, and secure library for implementing Time-Based One-Time Password (TOTP) authentication in PHP applications.
Key Features
✅ Secure secret generation
✅ Multi-algorithm support (SHA1, SHA256, SHA512)
✅ QR code integration
✅ Customizable code length (6 or 8 digits)
✅ Time slice configuration (30 or 60 seconds)
✅ Discrepancy verification for clock drifts
Requirements
- PHP 8.1 or higher
Installation
composer require remotemerge/totp-php