PHPackages                             lapix/simple-jwt-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. lapix/simple-jwt-laravel

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

lapix/simple-jwt-laravel
========================

Package to handling the JWT Authentication with Laravel and SimplJWT

v4.1.0(3w ago)0107PHP

Since Mar 14Pushed 3w ago1 watchersCompare

[ Source](https://github.com/alejo-lapix/simple-jwt-laravel)[ Packagist](https://packagist.org/packages/lapix/simple-jwt-laravel)[ RSS](/packages/lapix-simple-jwt-laravel/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (10)Versions (16)Used By (0)

Simple JWT Laravel
==================

[](#simple-jwt-laravel)

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

[](#installation)

You should implements the following interface and bind it.

1. First, publish the package asserts: Configuration and Service Provider.

```
php artisan vendor:publish --tag=simple-jwt
```

2. You should implement the following interfaces:

- `Lapix\SimpleJwt\SubjectRepository`
- `Lapix\SimpleJwt\ClaimsHandler`

3. Add the service provider to the file `/config/app.php`.
4. Generate a new key pair using the command `php artisan simple-jwt:keys` and add the following environment variables:

- **JWT\_PRIVATE\_KEYS**: Private key.
- **JWT\_PUBLIC\_KEYS**: Public key.
- **JWT\_IDS**: An arbitrary value, it used to identify the key.

4. Change the configuration in the file `config/simple-jwt.php` as you want.

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance95

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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 ~58 days

Recently: every ~32 days

Total

15

Last Release

22d ago

Major Versions

v0.1.0 → v1.0.02024-03-20

v1.1.0 → v2.0.02024-06-14

v2.0.0 → v3.0.02024-09-18

v3.0.4 → v4.0.02026-02-02

### Community

Maintainers

![](https://www.gravatar.com/avatar/de31c248d0995f4a362f46aa5565c178b1dbc75d7ca3abc98b6dd77d11f39636?d=identicon)[alejo-lapix](/maintainers/alejo-lapix)

---

Top Contributors

[![alejo-lapix](https://avatars.githubusercontent.com/u/52900136?v=4)](https://github.com/alejo-lapix "alejo-lapix (19 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lapix-simple-jwt-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/lapix-simple-jwt-laravel/health.svg)](https://phpackages.com/packages/lapix-simple-jwt-laravel)
```

###  Alternatives

[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[jeremy379/laravel-openid-connect

OpenID Connect support to the PHP League's OAuth2 Server. Compatible with Laravel Passport.

59437.0k9](/packages/jeremy379-laravel-openid-connect)[api-platform/laravel

API Platform support for Laravel

58171.6k14](/packages/api-platform-laravel)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3417.0k](/packages/duncanmcclean-statamic-cargo)

PHPackages © 2026

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