oauth2-framework/response-factory-library

This package is abandoned and no longer maintained. No replacement package was suggested.

Exception Manager Library

dev-master / 1.0.x-dev 2017-01-20 11:43 UTC

This package is not auto-updated.

Last update: 2017-01-31 15:55:14 UTC


README

Scrutinizer Code Quality Coverage Status

PSR-7 ready PSR-15 ready PSR-17 ready

Build Status HHVM Status PHP 7 ready

SensioLabsInsight

Latest Stable Version Total Downloads Latest Unstable Version License

This library provides components to build an OAuth2 Response as described in the OAuth2 Framework protocol (RFC6749) and associated specifications.

The Release Process

The release process is described here.

Prerequisites

This library needs at least PHP 7.0+.

It has been successfully tested using PHP 7.0, PHP 7.1 and nightly.

Installation

The preferred way to install this library is to rely on Composer:

composer require "oauth2-framework/response-factory-library"

How to use

Have a look at How to use to use this library.

Contributing

Requests for new features, bug fixed and all other ideas to make this library useful are welcome. The best contribution you could provide is by fixing the opened issues where help is wanted

Please make sure to follow these best practices.

Licence

This library is release under MIT licence.