PHP Package: robthree/twofactorauth

Robust PHP library for implementing two-factor authentication with extensive customization features.

Current Version: 3.0.2
Last Updated: 2024-10-24
PHP Requirement: >=8.2.0
Dependencies:
paragonie/random_compat
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Twofactorauth is a versatile PHP library designed to provide secure and customizable two-factor authentication solutions for web applications. With a focus on ease of integration and robust security measures, this library offers a wide array of features to enhance user authentication workflows and protect against unauthorized access attempts.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.0.2

Download Download v3.0.2

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/robthree/twofactorauth/3.0.2/loader.php';
require_once 'libs/paragonie/random_compat/2.0.21/loader.php';

use RobThree\TwoFactorAuth\TwoFactorAuth;

$obj = new TwoFactorAuth();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.