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

README

SensioLabsInsight

Latest Stable Version Latest Unstable Version Total Downloads License

This library provides interfaces for Jose implementations.

Interfaces are for:

The Release Process

The release process is described here.

Prerequisites

This library needs at least:

  • PHP 5.4+.

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.