Download the PHP package iftekhardanimobi/php-jwt without Composer
On this page you can find all versions of the php package iftekhardanimobi/php-jwt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download iftekhardanimobi/php-jwt
More information about iftekhardanimobi/php-jwt
Files in iftekhardanimobi/php-jwt
Download iftekhardanimobi/php-jwt
More information about iftekhardanimobi/php-jwt
Files in iftekhardanimobi/php-jwt
Vendor iftekhardanimobi
Package php-jwt
Short Description A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
License BSD-3-Clause
Homepage https://github.com/firebase/php-jwt
Package php-jwt
Short Description A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
License BSD-3-Clause
Homepage https://github.com/firebase/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.3.0
The package iftekhardanimobi/php-jwt contains the following files
Loading the files please wait ....