PHPackages                             rozwell/ed25519-jwt - 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. rozwell/ed25519-jwt

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

rozwell/ed25519-jwt
===================

Instant Laravel/Lumen v9+ Ed25519 support for tymon/jwt-auth

1.0.6(1y ago)022MITPHPPHP ^8.0

Since Oct 31Pushed 1y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (8)Used By (0)

Ed25519 JWT
===========

[](#ed25519-jwt)

Instant Laravel/Lumen v9+ Ed25519 support for [tymon/jwt-auth](https://github.com/tymondesigns/jwt-auth)

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

[](#installation)

### 1. Install using composer:

[](#1-install-using-composer)

```
composer require rozwell/ed25519-jwt
```

### 2. Register service provider *(Lumen only)*

[](#2-register-service-provider-lumen-only)

Add below line in `bootstrap/app.php` **Service Providers** section:

```
$app->register(Rozwell\Ed25519JWT\Providers\Ed25519JWTServiceProvider::class);
```

### 3. Change configuration *(optional)*

[](#3-change-configuration-optional)

Change default configuration in `.env`:

```
JWT_ALGO=Ed25519
JWT_PUBLIC_KEY=ed25519.public
JWT_PRIVATE_KEY=ed25519.private
```

### 4. Generate keys with command:

[](#4-generate-keys-with-command)

```
php artisan jwt:keys
```

### 5. Ignore keys files

[](#5-ignore-keys-files)

Add to `.gitignore`:

```
/storage/keys
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

###  Release Activity

Cadence

Every ~0 days

Total

7

Last Release

556d ago

### Community

Maintainers

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

---

Top Contributors

[![rozwell](https://avatars.githubusercontent.com/u/695221?v=4)](https://github.com/rozwell "rozwell (10 commits)")

---

Tags

jwtlaravellumenEd25519

### Embed Badge

![Health badge](/badges/rozwell-ed25519-jwt/health.svg)

```
[![Health](https://phpackages.com/badges/rozwell-ed25519-jwt/health.svg)](https://phpackages.com/packages/rozwell-ed25519-jwt)
```

###  Alternatives

[generationtux/jwt-artisan

JWT auth package for Laravel and Lumen

13953.1k](/packages/generationtux-jwt-artisan)[danjdewhurst/laravel-passport-facebook-login

Facebook Token Request Grant for Laravel Passport

2824.4k](/packages/danjdewhurst-laravel-passport-facebook-login)

PHPackages © 2026

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