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: 8.2.0
Previous Versions
v7.6.0
v7.7.1 - Coming soon
v7.9.0 - Coming soon
v7.10.0
v7.10.1
v7.11.0
v7.12.1
v8.0.0
v8.0.1
v8.1.0
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/8.2.0/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.5.6/loader.php';
require_once 'libs/phpmailer/phpmailer/7.0.2/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.
