PHPackages                             neoan3-apps/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. neoan3-apps/jwt

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

neoan3-apps/jwt
===============

neoan3 wrapper for JSON WEB TOKEN using Firebase

v1.0.2(2y ago)08431MITPHPCI failing

Since May 30Pushed 2y agoCompare

[ Source](https://github.com/sroehrl/neoan3-jwt)[ Packagist](https://packagist.org/packages/neoan3-apps/jwt)[ RSS](/packages/neoan3-apps-jwt/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (1)Versions (7)Used By (1)

neoan3-jwt
==========

[](#neoan3-jwt)

Simple JWT implementation suited for neoan3 developers.

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

[](#installation)

`composer require neoan3-apps/jwt`

Quick start
-----------

[](#quick-start)

```
require dirname(__FILE__).'/vendor/autoload.php'

use Neoan3\Apps\JWT;

$mySecret = '123456';

JWT::expiresAt('+1 hour');

// encode

$token = JWT::encode($mySecret);

// verify & decode

$decoded = JWT::decode($token, $mySecret);

if($decoded['error'] === false){

  print_r($decoded['decoded']);

}
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

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

Every ~805 days

Total

3

Last Release

741d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/92d2361b646651e3452a62d07274076346c4096480098a6c43d6c27ee28d460d?d=identicon)[neoan](/maintainers/neoan)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/neoan3-apps-jwt/health.svg)

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

###  Alternatives

[google/auth

Google Auth Library for PHP

1.4k286.7M205](/packages/google-auth)[stevenmaguire/oauth2-keycloak

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

2276.2M36](/packages/stevenmaguire-oauth2-keycloak)[robsontenorio/laravel-keycloak-guard

🔑 Simple Keycloak Guard for Laravel

5181.1M3](/packages/robsontenorio-laravel-keycloak-guard)[ellaisys/aws-cognito

AWS Cognito package that allows Auth and other related features using the AWS SDK for PHP

121242.9k1](/packages/ellaisys-aws-cognito)[microsoft/kiota-authentication-phpleague

Authentication provider for Kiota using the PHP League OAuth 2.0 client to authenticate against the Microsoft Identity platform

153.8M9](/packages/microsoft-kiota-authentication-phpleague)[rainlab/user-plugin

User plugin for October CMS

11854.7k15](/packages/rainlab-user-plugin)

PHPackages © 2026

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