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

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

devstackgroup/jwt
=================

JWT library for PHP

33191PHP

Since Sep 15Pushed 10y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

JWT
===

[](#jwt)

[![Latest Stable Version](https://camo.githubusercontent.com/3600371f23c3b44601a1ef706bfae86dbc97f0fd2ab6d82710d6230c6a779521/68747470733a2f2f706f7365722e707567782e6f72672f646576737461636b67726f75702f6a77742f762f737461626c65)](https://packagist.org/packages/devstackgroup/jwt) [![Total Downloads](https://camo.githubusercontent.com/5b284600f0fe0fbbe6c92b824ad174e8267926d94462a258e3c71140eb6161a6/68747470733a2f2f706f7365722e707567782e6f72672f646576737461636b67726f75702f6a77742f646f776e6c6f616473)](https://packagist.org/packages/devstackgroup/jwt) [![License](https://camo.githubusercontent.com/38acecca833f7674bf51541d5c5a0473e951b1b774b49a5296770da9736255a4/68747470733a2f2f706f7365722e707567782e6f72672f646576737461636b67726f75702f6a77742f6c6963656e7365)](https://packagist.org/packages/devstackgroup/jwt)

JWT (JSON Web Tokens) library for PHP

By [ComStudio](http://comstudio.pl)

Should conform to the [current spec](http://tools.ietf.org/html/draft-ietf-oauth-json-web-token-06)

How to use it
-------------

[](#how-to-use-it)

### Install with composer

[](#install-with-composer)

```
$ composer create-project devstackgroup/jwt --stability=dev

```

Examples
--------

[](#examples)

### Creating

[](#creating)

```
