akeneo / oauth-server-bundle
基于Symfony2 OAuth Server Bundle的分支
v3.0.0
2022-12-05 11:40 UTC
Requires
- php: ^8.0
- friendsofsymfony/oauth2-php: ~1.1
- symfony/dependency-injection: ^4.4 || ^5.1
- symfony/framework-bundle: ^4.4 || ^5.1
- symfony/security-bundle: ^4.4 || ^5.1
- symfony/twig-bundle: ^4.4 || ^5.1
Requires (Dev)
- doctrine/doctrine-bundle: ^2.0
- doctrine/mongodb-odm: ^2.2
- doctrine/orm: ~2.2
- phing/phing: ~2.4
- php-mock/php-mock-phpunit: ~1.0 || ~2.0
- phpstan/phpstan: ^0.12
- phpstan/phpstan-phpunit: ~0.9
- phpunit/phpunit: ^9.0
- propel/propel1: ~1.6
- symfony/console: ^4.4 || ^5.1
- symfony/form: ^4.4 || ^5.1
- symfony/phpunit-bridge: ^4.4 || ^5.1
- symfony/yaml: ^4.4 || ^5.1
- 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
Conflicts
- twig/twig: <1.40 || >=2.0,<2.9
README
文档
从https://github.com/FriendsOfSymfony/FOSOAuthServerBundle分支而来
大部分文档存储在本包的Resources/doc/index.md
文件中
许可证
此包采用MIT许可证。请参阅包中的完整许可证
Resources/meta/LICENSE
待办事项
- 更多测试
鸣谢
- Arnaud Le Blanc,以及所有贡献者
- 灵感来源于BazingaOAuthBundle和FOSUserBundle
- 安装文档改编自FOSUserBundle文档。