Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.39 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.39 KB

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

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.