PHP Package: web-auth/webauthn-lib

A PHP library for Web Authentication (WebAuthn) implementation, providing secure and convenient authentication features for web applications.

Current Version: 4.0.5
Last Updated: Date not available
PHP Requirement: >=8.1
Dependencies: None

Package Description

WebAuthn-lib is a versatile PHP library designed for seamless integration of Web Authentication standards into web platforms, enhancing security and user experience. It supports a wide range of features such as registration, authentication, and key management, ensuring robust protection against various cyber threats.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 4.0.5

Download Download v4.0.5

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/web-auth/webauthn-lib/4.0.5/loader.php';

use \WebAuth\WebAuthnLib\TestClass1;
use \WebAuth\WebAuthnLib\TestClass2;

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