Download the PHP package xaamin/jwt without Composer
On this page you can find all versions of the php package xaamin/jwt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor xaamin
Package jwt
Short Description PHP Implementation of JSON Web token with RSA
License MIT
Package jwt
Short Description PHP Implementation of JSON Web token with RSA
License MIT
Please rate this library. Is it a good library?
Informations about the package jwt
PHP JWT Tokens with RSA Support
PHP Implementation of JSON Web token with RSA.
Supported algorithms:
RSA (Public Key/Private Key pair)
RS256 - RSA using SHA-256 hash algorithm
RS384 - RSA using SHA-384 hash algorithm
RS512 - RSA using SHA-512 hash algorithm
HMAC algorithms :
HS256 - HMAC using SHA-256 hash algorithm (default)
HS384 - HMAC using SHA-384 hash algorithm
HS512 - HMAC using SHA-512 hash algorithm
Install
With composer
`
How to use with RSA public/private key
Set configuration in src/Config/config.php. Don't use key provided here in production.
How to use with HMAC
Set configuration in src/Config/config.php
All versions of jwt with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2 || ^8.0
ext-openssl Version *
ext-openssl Version *
The package xaamin/jwt contains the following files
Loading the files please wait ....