Download the PHP package imxfly/jwt without Composer
On this page you can find all versions of the php package imxfly/jwt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package jwt
PHP-JWT
🔐A basic library to encode and decode JSON Web Tokens (JWT) in PHP, conforming to RFC 7519.
Notice that this project is forked from firebase/php-jwt. So why I made a similar one?
- I want to learn the JWT deeply, so it's not enough that just using other's package and reading it.
- I want to add/change some feature, maybe it's better to collaborate with them, but as you see, I just made one :P
Requirement
- PHP >= 5.6.0
- Openssl extension
Installation
Use composer to manage your dependencies and download PHP-JWT:
Example
Example with RS256 (openssl)
Tests
Run the tests using phpunit:
New Lines in private keys
If your private key contains \n
characters, be sure to wrap it in double quotes ""
and not single quotes ''
in order to properly interpret the escaped characters.
License
All versions of jwt with dependencies
PHP Build Version
Package Version
Requires
ext-openssl Version
*
php Version >= 5.6.0
ext-json Version *
php Version >= 5.6.0
ext-json Version *
The package imxfly/jwt contains the following files
Loading the files please wait ....