itcyborg / jwt
A simple library to work with JSON Web Token and JSON Web Signature
3.4.x-dev
2021-02-08 12:14 UTC
Requires
- php: ^5.6 || ^7.0 || ^8.0
- ext-mbstring: *
- ext-openssl: *
Requires (Dev)
- mikey179/vfsstream: ~1.5
- phpmd/phpmd: ~2.2
- phpunit/php-invoker: ~1.1
- phpunit/phpunit: ^5.7 || ^7.3
- squizlabs/php_codesniffer: ~2.3
Suggests
This package is auto-updated.
Last update: 2024-12-08 21:06:31 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/3.4.0/.