PHP Package: scheb/2fa-email

2FA email authentication solution for secure login workflows, ensuring user data protection and access control.

Current Version: 7.11.0
Last Updated: Date not available
PHP Requirement: ~8.2.0 || ~8.3.0 || ~8.4.0
Dependencies:
phpunit/phpunit
phpmailer/phpmailer
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The 2FA email library provides a robust solution for two-factor authentication via email, enhancing security measures for user logins. With support for multiple email providers and customizable templates, it offers a seamless experience for implementing enhanced security practices in web applications.

🔗 View on GitHub

Download Latest Version: 7.11.0

Download Download v7.11.0

Previous Versions

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/scheb/2fa-email/7.11.0/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.4.1/loader.php';
require_once 'libs/phpmailer/phpmailer/6.11.1/loader.php';

use Scheb\TwoFactorBundle\Tests\Security\TwoFactor\Email\EmailAuthenticatorTest;
use Scheb\TwoFactorBundle\Tests\Security\TwoFactor\Email\EmailAuthenticatorFactoryTest;

$obj = new EmailAuthenticatorTest();
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.