PHP Package: scheb/2fa-email
2FA email authentication solution for secure login workflows, ensuring user data protection and access control.
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.
Download Latest Version: 7.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.