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

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

ammadeuss/laravel-jwt
=====================

Laravel wrapper for the lcobucci/jwt package

v1.0(9y ago)026MITPHP

Since Mar 14Pushed 9y ago1 watchersCompare

[ Source](https://github.com/ammadeuss/laravel-jwt)[ Packagist](https://packagist.org/packages/ammadeuss/laravel-jwt)[ Docs](https://github.com/ammadeuss/laravel-jwt)[ RSS](/packages/ammadeuss-laravel-jwt/feed)WikiDiscussions dev Synced 2mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

laravel-jwt
===========

[](#laravel-jwt)

Laravel wrapper for the lcobucci/jwt package

Instalation
-----------

[](#instalation)

Require this package with composer:

> composer require ammadeuss/laravel-jwt

You need to add the service provider in app.php

```
Ammadeuss\LaravelJwt\ServiceProvider::class,
```

If you want to use the facade, add these to your facades in app.php

```
'Jwt' => Ammadeuss\LaravelJwt\JwtFacade::class,
'JwtValidation' => Ammadeuss\LaravelJwt\JwtValidationFacade::class,
```

Usage
-----

[](#usage)

```
$token = Jwt::createBuilder()->with('uid', 1);
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Unknown

Total

1

Last Release

3346d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/67afb7d355127455bfe6f841fc13dc03be599260bada77730b03eb4efa003f7e?d=identicon)[ammadeuss](/maintainers/ammadeuss)

---

Top Contributors

[![ammadeuss](https://avatars.githubusercontent.com/u/2771946?v=4)](https://github.com/ammadeuss "ammadeuss (5 commits)")

---

Tags

laraveljwt web token

### Embed Badge

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

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

###  Alternatives

[tymon/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

11.5k49.1M350](/packages/tymon-jwt-auth)[php-open-source-saver/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

8359.8M53](/packages/php-open-source-saver-jwt-auth)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)[pschocke/laravel-telegram-login-widget

Easily integrate Telegrams login widget into your Laravel application to send Telegram messages

1610.4k](/packages/pschocke-laravel-telegram-login-widget)

PHPackages © 2026

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