Download the PHP package fproject/php-jwt without Composer
On this page you can find all versions of the php package fproject/php-jwt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fproject/php-jwt
More information about fproject/php-jwt
Files in fproject/php-jwt
Download fproject/php-jwt
More information about fproject/php-jwt
Files in fproject/php-jwt
Vendor fproject
Package php-jwt
Short Description A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Support several key types including JWK.
License BSD-3-Clause
Homepage https://github.com/fproject/php-jwt
Package php-jwt
Short Description A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Support several key types including JWK.
License BSD-3-Clause
Homepage https://github.com/fproject/php-jwt
Please rate this library. Is it a good library?
Informations about the package php-jwt
PHP-JWT
PHP library to encode and decode JSON Web Tokens (JWT). Support several key types including JWK. Conform to the current spec.
Installation
Use composer to manage your dependencies and download PHP-JWT:
Example
Example with RS256 (openssl)
Changelog
5.0.0 / 2018-03-21
- Update to 5.0.0 from upstream
4.0.0 / 2016-08-10
- Update to 4.0.0 from upstream
3.0.3 / 2015-11-05
- Minimum PHP version updated from
5.3.0
to5.4.0
. - Add JWK support
3.0.0 / 2015-07-22
- Original features from firebase/php-jwt repository
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 php-jwt with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package fproject/php-jwt contains the following files
Loading the files please wait ....