euskadi31 / oauth2-server-service-provider
A OAuth2 Server Service Provider for Silex 2.0
dev-master
2015-10-21 08:53 UTC
Requires
- jakeasmith/http_build_url: ^1
- silex/silex: ~2.0@dev
- symfony/security: ~2.7
Requires (Dev)
- leaphub/phpcs-symfony2-standard: ~2.0.1
- phpmd/phpmd: @stable
- phpunit/phpunit: ^4.7
- satooshi/php-coveralls: dev-master
- symfony/browser-kit: ~2.7
This package is not auto-updated.
Last update: 2024-10-26 18:54:35 UTC
README
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.