PHPackages                             fizzday/fizzjwt - 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. fizzday/fizzjwt

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

fizzday/fizzjwt
===============

A simple library to encode and decode JSON Web Tokens (JWT) in PHP, based on 'firebase/jwt', add the decode() third param default 'HS256'(JWT 无状态 restful api 认证)

0.1(7y ago)31.1kMITPHP

Since Aug 6Pushed 7y ago1 watchersCompare

[ Source](https://github.com/fizzday/FizzJWT)[ Packagist](https://packagist.org/packages/fizzday/fizzjwt)[ Docs](https://github.com/fizzday/fizzjwt)[ RSS](/packages/fizzday-fizzjwt/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

FizzJWT
=======

[](#fizzjwt)

A simple library to encode and decode JSON Web Tokens (JWT) in PHP, based on firebase/jwt, add the decode() third param default 'HS256' (JWT 无状态 restful api 认证)

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

[](#installation)

Use composer to manage your dependencies and download PHP-JWT:

```
composer require fizzday/fizzjwt dev-master
```

Example
-------

[](#example)

```
