PHPackages                             jkbennemann/webauthn-laravel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. jkbennemann/webauthn-laravel

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

jkbennemann/webauthn-laravel
============================

This is my package webauthn-laravel

023[4 PRs](https://github.com/jkbennemann/webauthn-laravel/pulls)PHP

Since Nov 21Pushed 2y ago1 watchersCompare

[ Source](https://github.com/jkbennemann/webauthn-laravel)[ Packagist](https://packagist.org/packages/jkbennemann/webauthn-laravel)[ RSS](/packages/jkbennemann-webauthn-laravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

This is my package webauthn-laravel
===================================

[](#this-is-my-package-webauthn-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d1a763c5fabcd3f8a3c2ae5751cd6e1586734c2bdc0b2826a3c5cb4bfaf7bb68/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6b62656e6e656d616e6e2f776562617574686e2d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jkbennemann/webauthn-laravel)[![GitHub Tests Action Status](https://camo.githubusercontent.com/7634b61f6b7dd86da32f42c8bfc941203f938deca03d9b95552e143b51d135d3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6a6b62656e6e656d616e6e2f776562617574686e2d6c61726176656c2f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/jkbennemann/webauthn-laravel/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/380a3f04a1b027d0833bc3e68e7d5dccb7845b021647750abcfcfd360e8d1037/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6a6b62656e6e656d616e6e2f776562617574686e2d6c61726176656c2f466978253230504850253230636f64652532307374796c652532306973737565733f6c6162656c3d636f64652532307374796c65)](https://github.com/jkbennemann/webauthn-laravel/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/5980ae6abde563a259ecd0a9b86da33bdfa8c4e073d81ecb4e9e999788031b47/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6b62656e6e656d616e6e2f776562617574686e2d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jkbennemann/webauthn-laravel)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require jkbennemann/webauthn-laravel
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="webauthn-laravel-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="webauthn-laravel-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="webauthn-laravel-views"
```

Usage
-----

[](#usage)

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

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Jakob Bennemann](https://github.com/jkbennemann)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 Bus Factor1

Top contributor holds 90.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/ffac3fc815166d459c87bca4cd2de87491c8da6c70073fc8e93c153c4934d39c?d=identicon)[jkbennemann](/maintainers/jkbennemann)

---

Top Contributors

[![jkbennemann](https://avatars.githubusercontent.com/u/25330395?v=4)](https://github.com/jkbennemann "jkbennemann (91 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")

### Embed Badge

![Health badge](/badges/jkbennemann-webauthn-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/jkbennemann-webauthn-laravel/health.svg)](https://phpackages.com/packages/jkbennemann-webauthn-laravel)
```

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
