⚠️ The documentation of the stable version is on branch 3.3.⚠️
A simple library to work with JSON Web Token and JSON Web Signature based on the RFC 7519.
Package is available on Packagist, you can install it using Composer.
composer require lcobucci/jwt
- PHP 5.6+ (v3.3) and PHP 7.3 (v4.x)
- OpenSSL Extension
The documentation of the unstable version is available at https://lcobucci-jwt.readthedocs.io/en/latest/.
The documentation of the stable version is on branch 3.3.
If you want to add secure token based authentication to your PHP projects, feel free to check out Auth0's PHP SDK and free plan at auth0.com/overview.