Download the PHP package sproduce/jwt without Composer
On this page you can find all versions of the php package sproduce/jwt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor sproduce
Package jwt
Short Description A simple library JSON Web Tokens (JWT) in PHP.
License BSD-3-Clause
Homepage https://github.com/sproduce/jwt
Package jwt
Short Description A simple library JSON Web Tokens (JWT) in PHP.
License BSD-3-Clause
Homepage https://github.com/sproduce/jwt
Please rate this library. Is it a good library?
Informations about the package jwt
JWT
Generate key for jwt authorization
ssh-keygen -t rsa -b 2048 -m PEM -f private.key
openssl rsa -in private.key -pubout -outform PEM -out public.key
Installation
Use composer to manage your dependencies and download JWT:
Example generate JWT access token
All versions of jwt with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package sproduce/jwt contains the following files
Loading the files please wait ....