oauth2-framework / exception-manager-library
Exception Manager Library
Requires
- php: ^5.6|^7.0
- beberlei/assert: ^2.6
- psr/http-message: ^1.0
Requires (Dev)
- phpunit/phpunit: ^5.0
- satooshi/php-coveralls: ^1.0
- symfony/http-foundation: ^2.8|^3.0
- symfony/psr-http-message-bridge: ^0.2
- zendframework/zend-diactoros: ^1.1
This package is not auto-updated.
Last update: 2016-11-28 12:09:30 UTC
README
This library provides components to build an exception manager that will help to create error responses described in the OAuth2 Framework protocol (RFC6749) and associated specifications.
The Release Process
The release process is described here.
Prerequisites
It has been successfully tested using PHP 5.6
, PHP 7.0
, PHP 7.1
and HHVM
.
Installation
The preferred way to install this library is to rely on Composer:
composer require "oauth2-framework/exception-manager-library"
How to use
Have a look at How to use to use this exception manager.
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.