jkbennemann/webauthn-php

Simple package to implement the Webauthn API standard inside your PHP projects

dev-main 2023-07-03 14:08 UTC

README

Latest Version on Packagist Tests Total Downloads

Installation

You can install the package via composer:

composer require jkbennemann/webauthn-php

Usage

$skeleton = new Jkbennemann\Webauthn();
echo $skeleton->echoPhrase('Hello, Jkbennemann!');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.