PHP Package: scheb/2fa-trusted-device
2FA trusted device library for secure two-factor authentication management and integration.
Package Description
Scheb/2fa-trusted-device is a versatile PHP library that simplifies the process of managing trusted devices for two-factor authentication. By securely storing and handling trusted devices, this library enhances the overall security of user accounts and ensures a seamless authentication experience. With robust features and flexible integration options, Scheb/2fa-trusted-device empowers developers to implement advanced security measures effortlessly.
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-trusted-device/7.11.0/loader.php';
use Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TrustedDeviceProvider;
$obj = new TrustedDeviceProvider();
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.