Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 2.98 KB

README.md

File metadata and controls

59 lines (36 loc) · 2.98 KB

PHP JOSE Interface Library

Scrutinizer Code Quality Code Coverage

Build Status HHVM Status

SensioLabsInsight

Latest Stable Version Latest Unstable Version Total Downloads License

This library provides interfaces and traits for Jose implementations.

Interfaces are for:

The Release Process

We manage the releases of the library through features and time-based models.

  • A new patch version comes out every month when you made backwards-compatible bug fixes.
  • A new minor version comes every six months when we added functionality in a backwards-compatible manner.
  • A new major version comes every year when we make incompatible API changes.

The meaning of "patch" "minor" and "major" comes from the Semantic Versioning strategy.

This release process applies for all versions.

Backwards Compatibility

We allow developers to upgrade with confidence from one minor version to the next one.

Whenever keeping backward compatibility is not possible, the feature, the enhancement or the bug fix will be scheduled for the next major version.

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 "~2.3"

Licence

This software is release under MIT licence.