spomky-labs / jose-interface
This package is abandoned and no longer maintained.
The author suggests using the spomky-labs/jose package instead.
JSON Object Signing and Encryption interfaces.
v2.4.0
2015-11-25 11:52 UTC
Requires
- php: >=5.4
This package is not auto-updated.
Last update: 2015-11-25 16:19:36 UTC
README
This library provides interfaces for Jose implementations.
Interfaces are for:
- JWS JSON Web Signature (RFC 7515),
- JWT JSON Web Token (RFC 7519),
- JWE JSON Web Encryption (RFC 7516),
- JWA JSON Web Algorithms (RFC 7518).
- JWK JSON Web Key (RFC 7517).
The Release Process
The release process is described here.
Prerequisites
This library needs at least:
Installation
The preferred way to install this library is to rely on Composer:
composer require spomky-labs/jose-interface
By default, tests and documentation files are not included. If you want to test this project or read the documentation, please add the option --prefer-source
.
composer require spomky-labs/jose-interface --prefer-source
How to use
Have a look at How to use to understand how to implement our interfaces in your project.
Licence
This software is release under MIT licence.