# JWT [![Gitter]](https://gitter.im/lcobucci/jwt?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Total Downloads]](https://packagist.org/packages/lcobucci/jwt) [![Latest Stable Version]](https://packagist.org/packages/lcobucci/jwt) [![Unstable Version]](https://packagist.org/packages/lcobucci/jwt) [![Build Status]](https://github.com/lcobucci/jwt/actions?query=workflow%3A%22PHPUnit%20Tests%22+branch%3A6.0.x) [![Code Coverage]](https://codecov.io/gh/lcobucci/jwt) A simple library to work with JSON Web Token and JSON Web Signature based on the [RFC 7519](https://tools.ietf.org/html/rfc7519). ## Installation Package is available on [Packagist](https://packagist.org/packages/lcobucci/jwt), you can install it using [Composer](https://getcomposer.org). ```shell composer require lcobucci/jwt ``` ## Documentation The documentation is available at . [Gitter]: https://img.shields.io/badge/GITTER-JOIN%20CHAT%20%E2%86%92-brightgreen.svg?style=flat-square [Total Downloads]: https://img.shields.io/packagist/dt/lcobucci/jwt.svg?style=flat-square [Latest Stable Version]: https://img.shields.io/packagist/v/lcobucci/jwt.svg?style=flat-square [Unstable Version]: https://img.shields.io/packagist/vpre/lcobucci/jwt.svg?style=flat-square [Build Status]: https://img.shields.io/github/actions/workflow/status/lcobucci/jwt/phpunit.yml?branch=6.0.x&style=flat-square [Code Coverage]: https://codecov.io/gh/lcobucci/jwt/branch/5.1.x/graph/badge.svg