lcobucci / jwt
A simple library to work with JSON Web Token and JSON Web Signature
Installs: 260 539 672
Dependents: 940
Suggesters: 17
Security: 1
Stars: 7 384
Watchers: 132
Forks: 601
Open Issues: 8
Requires
- php: ~8.2.0 || ~8.3.0 || ~8.4.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
- 6.0.x-dev
- 5.5.x-dev
- 5.5.0
- 5.4.x-dev
- 5.4.3
- 5.4.2
- 5.4.1
- 5.4.0
- 5.3.x-dev
- 5.3.0
- 5.2.x-dev
- 5.2.0
- 5.1.x-dev
- 5.1.0
- 5.0.x-dev
- 5.0.0
- 4.4.x-dev
- 4.3.x-dev
- 4.3.0
- 4.2.x-dev
- 4.2.1
- 4.2.0
- 4.1.x-dev
- 4.1.5
- 4.1.4
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.x-dev
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 4.0.0-beta1
- 4.0.0-alpha3
- 4.0.0-alpha2
- 4.0.0-alpha1
- 3.4.x-dev
- 3.4.6
- 3.4.5
- 3.4.4
- 3.4.3
- 3.4.2
- 3.4.1
- 3.4.0
- 3.3.x-dev
- 3.3.3
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.x-dev
- 3.2.5
- 3.2.4
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.x-dev
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.x-dev
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.1.x-dev
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.0
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
- dev-renovate/all-minor-patch
- dev-renovate/phpstan-packages
- dev-renovate/test-packages
- dev-renovate/lock-file-maintenance
This package is auto-updated.
Last update: 2025-05-24 02:19:13 UTC
README
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/.