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

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

lishaoen/think-jwt
==================

A simple library to encode and decode JSON Web Tokens (JWT) in PHP, for thinkphp5.1

1.0.1(7y ago)2351MITPHPPHP &gt;=5.3.0

Since May 25Pushed 7y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

think-jwt for thinkphp5.1
=========================

[](#think-jwt-for-thinkphp51)

A simple library to encode and decode JSON Web Tokens (JWT) in PHP.

安装
--

[](#安装)

使用composer来管理依赖性并下载think-jwt:

```
composer require lishaoen/think-jwt
```

使用示例
----

[](#使用示例)

```
