amashukov / oauth-server-bundle
Symfony2 OAuth 服务器组件
3.1.4
2020-01-08 17:54 UTC
Requires
- php: ^7.1
- friendsofsymfony/oauth2-php: dev-master
- symfony/dependency-injection: ~3.0|~4.0|^5.0
- symfony/framework-bundle: ~3.0|~4.0|^5.0
- symfony/security-bundle: ~3.0|~4.0|^5.0
- twig/twig: ^3.0
Requires (Dev)
- doctrine/doctrine-bundle: ~1.0
- doctrine/mongodb-odm: ~1.0
- doctrine/orm: ~2.2
- phing/phing: ~2.4
- php-mock/php-mock-phpunit: ~1.0|~2.0
- phpstan/phpstan-phpunit: ~0.9
- phpstan/phpstan-shim: ~0.9
- phpunit/phpunit: ~5.0|~6.0
- propel/propel1: ~1.6
- symfony/class-loader: ~3.0|~4.0|^5.0
- symfony/console: ~3.0|~4.0|^5.0
- symfony/form: ~3.0|~4.0|^5.0
- symfony/phpunit-bridge: ~3.0|~4.0|^5.0
- symfony/templating: ~3.0|~4.0|^5.0
- symfony/twig-bundle: ~3.0|^4.0|^5.0
- symfony/yaml: ~3.0|~4.0|^5.0
- willdurand/propel-typehintable-behavior: ~1.0
Suggests
- doctrine/doctrine-bundle: *
- doctrine/mongodb-odm-bundle: *
- propel/propel-bundle: If you want to use Propel with Symfony2, then you will have to install the PropelBundle
- symfony/console: Needed to be able to use commands
- symfony/form: Needed to be able to use the AuthorizeFormType
- willdurand/propel-typehintable-behavior: The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces
- dev-master
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1
- 3.0
- 2.0.0-alpha.0
- 1.7.x-dev
- 1.6.x-dev
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.x-dev
- 1.5.2
- 1.5.1
- 1.5.0
- 1.5.0-BETA
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.1
- 1.3.0
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.0
- dev-fixed-tree-builder
- dev-oauth-php-fix
- dev-symfony-5-integration-fix
- dev-symfony-5-integration
This package is auto-updated.
Last update: 2024-09-09 04:47:24 UTC
README
文档
大部分文档存储在此组件的 Resources/doc/index.md
文件中
许可证
此组件遵循 MIT 许可协议。完整许可证请参阅组件
Resources/meta/LICENSE
待办事项
- 更多测试
鸣谢
- Arnaud Le Blanc,以及 所有贡献者
- 灵感来源于 BazingaOAuthBundle 和 FOSUserBundle
- 安装文档改编自 FOSUserBundle 文档。