spomky-labs / oauth2-server-implicit-grant-type-bundle
v5.0.0
2015-06-23 14:04 UTC
Requires
Requires (Dev)
- behat/behat: 3.*
- behat/mink: *
- behat/mink-browserkit-driver: *
- behat/mink-extension: *
- behat/symfony2-extension: 2.0.x-dev
- doctrine/doctrine-fixtures-bundle: ~2.2
- doctrine/orm: >=2.2,<2.5-dev
- spomky-labs/oauth2-server-bearer-access-token-bundle: ~5.0.0
- spomky-labs/oauth2-server-client-manager-supervisor-bundle: ~5.0.0
- spomky-labs/oauth2-server-password-client-bundle: ~5.0.0
- spomky-labs/oauth2-server-public-client-bundle: ~5.0.0
- spomky-labs/oauth2-server-scope-manager-bundle: ~5.0.0
- spomky-labs/oauth2-server-simple-string-access-token-bundle: ~5.0.0
- symfony/finder: ~2.3
- symfony/form: ~2.3
- symfony/twig-bundle: ~2.3
- symfony/validator: ~2.3
- vipsoft/doctrine-data-fixtures-extension: 3.*@dev
This package is not auto-updated.
Last update: 2015-07-24 10:57:49 UTC
README
此包为OAuth2服务器添加了一个新的授权类型:隐式授权类型。
它依赖于OAuth2接口项目。
发布流程
先决条件
此包至少需要PHP 5.4
和Symfony v2.3
。
已成功使用以下版本的PHP进行了测试:
- PHP:
PHP 5.4
到PHP 5.6
,PHP 7
和HHVM
。 - Symfony:
v2.3.x
到v2.7.x
。
安装
安装此库的最佳方式是依赖于Composer
composer require "spomky-labs/oauth2-server-implicit-grant-type-bundle" "~5.0.0"
启用扩展
在内核中启用扩展
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( ... new SpomkyLabs\OAuth2ServerImplicitGrantTypeBundle\SpomkyLabsOAuth2ServerImplicitGrantTypeBundle(), ); }
如何使用
贡献
欢迎对新功能、错误修复以及使此包更有用的所有其他想法的请求。请遵循以下最佳实践。
许可证
此包根据MIT许可证发布。