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

ActiveLibrary

b2pweb/jwt
==========

Simple library for parse JWT token

v1.1.1(5mo ago)05.3k↓20%1MITPHPPHP ~8.1.0 | ~8.2.0 | ~8.3.0 | ~8.4.0 | ~8.5.0CI passing

Since Aug 4Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/b2pweb/jwt)[ Packagist](https://packagist.org/packages/b2pweb/jwt)[ RSS](/packages/b2pweb-jwt/feed)WikiDiscussions 1.1 Synced 1mo ago

READMEChangelogDependencies (5)Versions (7)Used By (1)

JWT
===

[](#jwt)

[![build](https://github.com/b2pweb/jwt/actions/workflows/php.yml/badge.svg)](https://github.com/b2pweb/jwt/actions/workflows/php.yml)[![Packagist Version](https://camo.githubusercontent.com/2a127fee0facdfa461ee7e5e1ee1f76989e0c33199434523e6c6236c9034fa99/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6232707765622f6a77742e737667)](https://packagist.org/packages/b2pweb/jwt)[![Total Downloads](https://camo.githubusercontent.com/bdc957c4b484cdc9da0fc866315bd4a8ff18e17c0117d578fd0877e2ecd14074/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6232707765622f6a77742e737667)](https://packagist.org/packages/b2pweb/jwt)[![Type Coverage](https://camo.githubusercontent.com/ab8f3cb430d30b0cf7e696587567519298e6fae5297282436e916ad348ac6852/68747470733a2f2f73686570686572642e6465762f6769746875622f6232707765622f6a77742f636f7665726167652e737667)](https://shepherd.dev/github/b2pweb/jwt)

Library for parse and create JWT (JSON Web Token) in PHP, using [PHP JWT Framework](https://github.com/web-token/jwt-framework).

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

[](#installation)

Install with composer :

```
composer require b2pweb/jwt
```

Simple usage
------------

[](#simple-usage)

```
