cast1el / oauth-server-bundle
Symfony2 OAuth 服务器组件
3.1.2
2021-10-05 06:09 UTC
Requires
- php: ^7.2 || ^8.0
- friendsofsymfony/oauth2-php: dev-symfony-5
- symfony/dependency-injection: ^4.4|^5.0
- symfony/framework-bundle: ^4.4|^5.0
- symfony/security-bundle: ^4.4|^5.0
Requires (Dev)
- ext-mongodb: *
- ext-pdo_sqlite: *
- dms/phpunit-arraysubset-asserts: ^0.1.0
- doctrine/doctrine-bundle: ^2.0
- doctrine/mongodb-odm-bundle: ^4.1
- doctrine/orm: ^2.7
- friendsofphp/php-cs-fixer: ^2.16
- phing/phing: ^2.16
- php-mock/php-mock-phpunit: ^2.6
- phpstan/phpstan: ^0.12.10
- phpstan/phpstan-phpunit: ^0.12.6
- phpunit/phpunit: ^8.5
- propel/propel1: ^1.7
- roave/security-advisories: dev-master
- symfony/browser-kit: ^5.0
- symfony/class-loader: ^3.4
- symfony/console: ^5.0
- symfony/form: ^5.0
- symfony/monolog-bundle: ^3.5
- symfony/phpunit-bridge: ^5.0
- symfony/twig-bundle: ^5.0
- symfony/yaml: ^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
This package is not auto-updated.
Last update: 2024-10-01 20:37:53 UTC
README
文档
大部分文档存储在本组件的 Resources/doc/index.md
文件中
许可证
此组件采用MIT许可证。请参阅组件中的完整许可证
Resources/meta/LICENSE
待办事项
- 更多测试
致谢
- Arnaud Le Blanc,以及 所有贡献者
- 灵感来源于 BazingaOAuthBundle 和 FOSUserBundle
- 安装文档改编自 FOSUserBundle 文档。