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 yesterday

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

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity45

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

1661d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/42a6024ab07f374395d83313fe70ea09a6bd0fe2ec6758d23095739ce5184e53?d=identicon)[naskot](/maintainers/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.

40820.2M68](/packages/auth0-auth0-php)[auth0/symfony

Symfony SDK for Auth0 Authentication and Management APIs.

128738.1k](/packages/auth0-symfony)[auth0/wordpress

WordPress Plugin for Auth0

17419.5k](/packages/auth0-wordpress)[benbjurstrom/cognito-jwt-guard

A laravel auth guard for JSON Web Tokens issued by Amazon AWS Cognito

1113.1k](/packages/benbjurstrom-cognito-jwt-guard)[kakadu-dev/yii2-jwt-auth

Extension provide JWT auth for Yii2

105.8k](/packages/kakadu-dev-yii2-jwt-auth)[lucatacconi/crunz-ui

User interface for lavary/crunz. Integrate Crunz library and funtions: Tabular, monthly or weekly interface to view the scheduled and executed tasks. Quick display of the execution result of the tasks that have been executed (Indicator icons easily show the result). Upload, download, edit or delete tasks. Forced run of the task, even outside the scheduled time with eventual display of the log once the execution is completed. It can be used with integrated Crunz or with a version of Crunz already installed on the system

151.5k](/packages/lucatacconi-crunz-ui)

PHPackages © 2026

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