euskadi31 / oauth2-server-service-provider
适用于Silex 2.0的OAuth2服务器服务提供者
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-09-14 18:09:36 UTC
README
安装
将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许可证。