spomky-labs/oauth2-server-client-manager-supervisor

This package is abandoned and no longer maintained. The author suggests using the spomky-labs/oauth2-server-library package instead.

OAuth2 Server Client Manager Supervisor library

v5.0.1 2015-05-13 17:30 UTC

This package is not auto-updated.

Last update: 2015-08-16 06:39:38 UTC


README

Scrutinizer Code Quality Code Coverage

Build Status HHVM Status

SensioLabsInsight

Latest Stable Version Total Downloads Latest Unstable Version License

This library is an abstract client manager supervisor for your OAuth2 Server.

It relies on the OAuth2 Interfaces Project.

The Release Process

The release process is described here.

Prerequisites

This library needs at least PHP 5.4. It has been successfully tested using PHP 5.3 to PHP 5.6, PHP 7 and HHVM

Installation

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

composer require "spomky-labs/oauth2-server-client-manager-supervisor" "~5.0"

Extend the library

This library only contains the logic. You must extend all classes to define setters and getters.

Look at Extend classes for more information and examples.

How to use

Your classes are ready to use? Have a look at How to use to use your client manager supervisor with an OAuth2 server.

Contributing

Requests for new features, bug fixed and all other ideas to make this library useful are welcome. Please follow these best practices.

Licence

This library is release under MIT licence.