Download the PHP package papalapa/jwt without Composer
On this page you can find all versions of the php package papalapa/jwt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor papalapa
Package jwt
Short Description Library to Encode/Decode JWT (Json Web Tokens)
License MIT
Homepage https://github.com/papalapa/jwt
Package jwt
Short Description Library to Encode/Decode JWT (Json Web Tokens)
License MIT
Homepage https://github.com/papalapa/jwt
Please rate this library. Is it a good library?
Informations about the package jwt
JWT (JSON Web Tokens) Encoder/Decoder
Installation
composer require papalapa/jwt
PEM-key pare generate command
openssl req -x509 -nodes -newkey rsa:2048 -keyout jwt-key.pem -out jwt-cert.pem -days 365
Example with Secret String
Tests
Runs tests using phpunit: composer test
Test coverage
Runs html-coverage tests using phpunit: composer coverage
Help
JWT online test: https://jwt.io/
All versions of jwt with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
ext-json Version *
ext-openssl Version *
ext-json Version *
ext-openssl Version *
The package papalapa/jwt contains the following files
Loading the files please wait ....