Download the PHP package tc/jose without Composer
On this page you can find all versions of the php package tc/jose. 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 jose
Tc JOSE
A Javascript Object Signing and Encryption Library
Installation
Using composer, add the following to your composer.json
:
You could also run:
Supported Algorithms
- None
- HS256, HS384, HS512
- RS256, RS384, RS512
- ES256, ES384, ES512
Creating a JWS
To create a JWS you would do something like this:
Decoding a Serialized JWT (JWS or JWE)
Using RS or ES Algorithms
Create the keys with openssl
You can adjust the format for creating the keys to work with ES or RS.
Signing a JWS
Validate a JWS
TODO
Implement JWE and JWK specifications.
License
tc-jose is licensed with the MIT license.
See LICENSE for more details.
All versions of jose with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.2
The package tc/jose contains the following files
Loading the files please wait ....