Download the PHP package sergeybrook/php-jws without Composer
On this page you can find all versions of the php package sergeybrook/php-jws. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sergeybrook/php-jws
More information about sergeybrook/php-jws
Files in sergeybrook/php-jws
Download sergeybrook/php-jws
More information about sergeybrook/php-jws
Files in sergeybrook/php-jws
Vendor sergeybrook
Package php-jws
Short Description JSON Web Signature (JWS) library for PHP
License MIT
Package php-jws
Short Description JSON Web Signature (JWS) library for PHP
License MIT
Please rate this library. Is it a good library?
Informations about the package php-jws
PHP - JWS
JSON Web Signature (JWS) library for PHP
There are two signing algorithms implemented:
- Class JwsMac: For HMAC signature using SHA-256, SHA-384 or SHA-512.
- Class JwsRsa: For RSASSA-PKCS1-v1_5 signature using SHA-256, SHA-384 or SHA-512.
Installation:
Using Composer:
Or:
- Copy "src" dir to your project (optionally rename it to whatever you want).
- Require class autoloader (included):
Usage:
See /examples
dir.
Specs:
All versions of php-jws with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
ext-json Version *
ext-openssl Version *
ext-json Version *
ext-openssl Version *
The package sergeybrook/php-jws contains the following files
Loading the files please wait ....