euskadi31/oauth2-server-service-provider

适用于Silex 2.0的OAuth2服务器服务提供者

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

This package is not auto-updated.

Last update: 2024-09-14 18:09:36 UTC


README

Build Status SensioLabs Insight Coveralls HHVM Packagist

安装

euskadi31/oauth2-server-service-provider添加到您的composer.json

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

使用方法

配置

<?php

$app = new Silex\Application;

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

许可证

OAuth2ServerServiceProvider遵循MIT许可证