PHPackages                             padcmoi/simply-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. padcmoi/simply-jwt

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

padcmoi/simply-jwt
==================

JsonWebToken(JWT) simple d'utilisation

1.0.0(4y ago)0661MITPHPPHP ^7.2

Since Oct 22Pushed 4y ago1 watchersCompare

[ Source](https://github.com/padcmoi/simply-jwt)[ Packagist](https://packagist.org/packages/padcmoi/simply-jwt)[ RSS](/packages/padcmoi-simply-jwt/feed)WikiDiscussions main Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (1)

SimplyJWT
=========

[](#simplyjwt)

JsonWebToken(JWT) simple d'utilisation

➡️Install
=========

[](#️install)

```
composer require padcmoi/simply-jwt

```

➡️Usage
=======

[](#️usage)

***Exemple***

```
use Padcmoi\JWT\SimplyJWT;

SimplyJWT::init('***PRIVATE_KEY***', 'HS256', 3600); // KEY, Algorithm, Expire Timestamp

$serializedToken = SimplyJWT::encode([
    "exp" => time() + 3600,
    "iat" => time(),
    "uid" => -1, // Id account
]);

$payload = SimplyJWT::decode($serializedToken);
```

➡️Others
========

[](#️others)

##### 🧳Packagist

[](#packagist)

##### 🔖Licence

[](#licence)

Ce travail est sous licence [MIT](/LICENSE).

##### 🔥Pour me contacter sur discord

[](#pour-me-contacter-sur-discord)

Lien discord [discord.gg/257rUb9](https://discord.gg/257rUb9)

##### 🍺Si vous souhaitez m’offrir une bière

[](#sivoussouhaitezmoffrirunebière)

Me faire un don 😍 [par Paypal](https://www.paypal.com/paypalme/Julien06100?locale.x=fr_FR)

###  Health Score

23

—

LowBetter than 25% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity46

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

Unknown

Total

1

Last Release

1759d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7341458?v=4)[naskot](/maintainers/naskot)[@NaskoT](https://github.com/NaskoT)

---

Top Contributors

[![padcmoi](https://avatars.githubusercontent.com/u/3091880?v=4)](https://github.com/padcmoi "padcmoi (2 commits)")

---

Tags

jwtjwt-decodejwt-tokensjwtapi

### Embed Badge

![Health badge](/badges/padcmoi-simply-jwt/health.svg)

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

###  Alternatives

[auth0/auth0-php

PHP SDK for Auth0 Authentication and Management APIs.

41022.5M98](/packages/auth0-auth0-php)[auth0/login

Auth0 Laravel SDK. Straight-forward and tested methods for implementing authentication, and accessing Auth0's Management API endpoints.

2745.4M3](/packages/auth0-login)[auth0/symfony

Symfony SDK for Auth0 Authentication and Management APIs.

128833.0k](/packages/auth0-symfony)[kakadu-dev/yii2-jwt-auth

Extension provide JWT auth for Yii2

105.8k](/packages/kakadu-dev-yii2-jwt-auth)

PHPackages © 2026

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