Skip to content

Releases: remotemerge/totp-php

v1.0.1

29 Dec 16:24
2f5deeb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

28 Dec 19:21
4388651
Compare
Choose a tag to compare

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