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

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

xiaozhuangyuan/jwt
==================

PHP JSON Web Token.

1.0.0(7y ago)1311MITPHPPHP &gt;=5.3.3

Since Dec 20Pushed 7y ago1 watchersCompare

[ Source](https://github.com/xiaozhuangyuan/JWT)[ Packagist](https://packagist.org/packages/xiaozhuangyuan/jwt)[ Docs](https://github.com/xiaozhuangyuan/JWT.git)[ RSS](/packages/xiaozhuangyuan-jwt/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (2)Used By (1)

JWT
===

[](#jwt)

A simple library to encode and decode JSON Web Tokens (JWT) in PHP, conforming to [RFC 7519](https://tools.ietf.org/html/rfc7519).

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

[](#installation)

Use composer to manage your dependencies and download JWT:

```
composer require xiaozhuangyuan/jwt
```

Example
-------

[](#example)

```
