library oauth2-server-service-provider
A OAuth2 Server Service Provider for Silex 2.0
euskadi31/oauth2-server-service-provider
A OAuth2 Server Service Provider for Silex 2.0
- Wednesday, October 21, 2015
- by euskadi31
- Repository
- 2 Watchers
- 1 Stars
- 324 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 1 Open issues
- 1 Versions
- 7 % Grown
Silex OAuth2 Server Service Provider
, (*1)
Install
Add euskadi31/oauth2-server-service-provider
to your composer.json
:, (*2)
% 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., (*3)
dev-master
9999999-dev
A OAuth2 Server Service Provider for Silex 2.0
Sources
Download
MIT
The Requires
The Development Requires