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

ActiveLibrary

lgdz/jwt
========

无状态身份验证

1.0(6y ago)010MITPHPPHP &gt;=7.0

Since Aug 28Pushed 6y ago1 watchersCompare

[ Source](https://github.com/lgdzz/jwt)[ Packagist](https://packagist.org/packages/lgdz/jwt)[ RSS](/packages/lgdz-jwt/feed)WikiDiscussions master Synced today

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

### Install

[](#install)

```
composer require lgdz/jwt

```

### Demo

[](#demo)

```
try {

    $jwt = new Jwt('私钥', '公钥');

    //签发token
    $jwt->issue($data, 60);

    //验证token
    $jwt->check($token);

} catch (\Exception $e) {
    var_dump($e->getMessage());
}
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

2447d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1cd107e9c48272560acfe6f7d94063f6f24081f394b9ad49475a0221ad724717?d=identicon)[xingchenfeng](/maintainers/xingchenfeng)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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