euskadi31/oauth2-server-service-provider

A OAuth2 Server Service Provider for Silex 2.0

dev-master 2015-10-21 08:53 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:44:54 UTC


README

Build Status SensioLabs Insight Coveralls HHVM Packagist

Install

Add euskadi31/oauth2-server-service-provider to your composer.json:

% php composer.phar require euskadi31/oauth2-server-service-provider:~1.0

Usage

Configuration

<?php

$app = new Silex\Application;

$app->register(new \Euskadi31\Silex\Provider\OAuth2ServerServiceProvider);

License

OAuth2ServerServiceProvider is licensed under the MIT license.