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.0.2(3mo ago)099PHP

Since Mar 14Pushed 3mo 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 1mo ago

READMEChangelogDependencies (5)Versions (15)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

38

—

LowBetter than 85% of packages

Maintenance80

Actively maintained with recent releases

Popularity9

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

Recently: every ~1 days

Total

14

Last Release

104d 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 (18 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

[lab404/laravel-impersonate

Laravel Impersonate is a plugin that allows to you to authenticate as your users.

2.3k16.4M48](/packages/lab404-laravel-impersonate)[santigarcor/laratrust

This package provides a flexible way to add Role-based Permissions to Laravel

2.3k5.4M43](/packages/santigarcor-laratrust)[overtrue/laravel-follow

User follow unfollow system for Laravel.

1.2k404.7k5](/packages/overtrue-laravel-follow)[codegreencreative/laravel-samlidp

Make your PHP Laravel application an Identification Provider using SAML 2.0. This package allows you to implement your own Identification Provider (idP) using the SAML 2.0 standard to be used with supporting SAML 2.0 Service Providers (SP).

263763.5k1](/packages/codegreencreative-laravel-samlidp)

PHPackages © 2026

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