Download the PHP package maksimovic/jose-php without Composer
On this page you can find all versions of the php package maksimovic/jose-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download maksimovic/jose-php
More information about maksimovic/jose-php
Files in maksimovic/jose-php
Download maksimovic/jose-php
More information about maksimovic/jose-php
Files in maksimovic/jose-php
Vendor maksimovic
Package jose-php
Short Description JWT, JWS and JWS implementation in PHP
License MIT
Homepage https://github.com/maksimovic/jose-php
Package jose-php
Short Description JWT, JWS and JWS implementation in PHP
License MIT
Homepage https://github.com/maksimovic/jose-php
Please rate this library. Is it a good library?
Informations about the package jose-php
.: Fork with verified support for PHP 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.4
JOSE
PHP JOSE (Javascript Object Signing and Encryption) Implementation
Installation
composer install maksimovic/jose-php
Requirements
phpseclib is required. http://phpseclib.sourceforge.net
Example
JWT
Encoding
Decoding
JWS
Signing
NOTE: $private_key
can be phpseclib\Crypt\RSA
instance.
Verification
NOTE: $public_key
can be JOSE_JWK
or phpseclib\Crypt\RSA
instance.
JWE
Encryption
Decryption
JWK
Encode
RSA Public Key
RSA Private Key
Decode
RSA Public Key
RSA Private Key
Not supported.
Run Test
Copyright
Copyright © 2013 Nov Matake & GREE Inc. See LICENSE for details.
All versions of jose-php with dependencies
PHP Build Version
Package Version
The package maksimovic/jose-php contains the following files
Loading the files please wait ....