cutwise / oauth-server-bundle
Symfony2 OAuth 服务器组件
v2.0.9
2021-04-19 15:37 UTC
Requires
- php: ^7.4|^8.0
- ext-json: *
- friendsofsymfony/oauth2-php: ~1.3
- symfony/dependency-injection: ^5.1
- symfony/framework-bundle: ^5.1
- symfony/security-bundle: ^5.1
Requires (Dev)
- doctrine/doctrine-bundle: ~2.0
- doctrine/orm: ~2.8
- php-mock/php-mock-phpunit: ^2.6
- phpunit/phpunit: ~9.0
- symfony/console: ^5.1
- symfony/form: ^5.1
- symfony/phpunit-bridge: ^5.1
- symfony/twig-bundle: ^5.1
- symfony/yaml: ^5.1
Suggests
- doctrine/doctrine-bundle: *
- symfony/console: Needed to be able to use commands
- symfony/form: Needed to be able to use the AuthorizeFormType
This package is auto-updated.
Last update: 2024-09-19 23:25:26 UTC
README
文档
大部分文档存储在此组件的 Resources/doc/index.md
文件中
许可证
此组件采用MIT许可证。请参阅组件中的完整许可证
Resources/meta/LICENSE
待办事项
- 更多测试
致谢
- Arnaud Le Blanc,以及 所有贡献者
- 受 BazingaOAuthBundle 和 FOSUserBundle 的启发
- 安装文档改编自 FOSUserBundle 文档。