lcobucci/jwt
A simple library to work with JSON Web Token and JSON Web Signature
Maintainers
5.6.0
2025-10-17 11:30 UTC
Requires
- php: ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0
- ext-openssl: *
- ext-sodium: *
- psr/clock: ^1.0
Requires (Dev)
- infection/infection: ^0.29
- lcobucci/clock: ^3.2
- lcobucci/coding-standard: ^11.0
- phpbench/phpbench: ^1.2
- phpstan/extension-installer: ^1.2
- phpstan/phpstan: ^1.10.7
- phpstan/phpstan-deprecation-rules: ^1.1.3
- phpstan/phpstan-phpunit: ^1.3.10
- phpstan/phpstan-strict-rules: ^1.5.0
- phpunit/phpunit: ^11.1
Suggests
- lcobucci/clock: >= 3.2
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-06-09 01:41:56 UTC
README
👁 Gitter
👁 Total Downloads
👁 Latest Stable Version
👁 Unstable Version
👁 Build Status
👁 Code Coverage
A simple library to work with JSON Web Token and JSON Web Signature based on the RFC 7519.
Installation
Package is available on Packagist, you can install it using Composer.
composer require lcobucci/jwt
Documentation
The documentation is available at https://lcobucci-jwt.readthedocs.io/en/latest/.
