klapaudius / oauth-server-bundle
Symfony(5.x to 7.x) OAuth Server Bundle
Installs: 204 344
Dependents: 0
Suggesters: 0
Security: 0
Stars: 12
Watchers: 1
Forks: 450
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^8.0
- doctrine/doctrine-bundle: ~2.0
- klapaudius/oauth2-php: ~1.6
- symfony/dependency-injection: ~7.0
- symfony/form: ~7.0
- symfony/framework-bundle: ~7.0
- symfony/security-bundle: ~7.0
- symfony/twig-bundle: ~7.0
Requires (Dev)
- ext-mongodb: *
- doctrine/mongodb-odm: ~2.0
- doctrine/orm: ~2.2
- friendsofphp/php-cs-fixer: ^3.0
- php-mock/php-mock-phpunit: ~1.0|~2.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: ~11.0
- symfony/class-loader: ^2.0
- symfony/console: ~7.0
- symfony/phpunit-bridge: ~7.0
- symfony/templating: ~6.0|~7.0
- symfony/yaml: ~7.0
Suggests
- doctrine/doctrine-bundle: *
- doctrine/mongodb-odm-bundle: *
- symfony/console: Needed to be able to use commands
- symfony/form: Needed to be able to use the AuthorizeFormType
- 5.1.x-dev
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.x-dev
- dev-master / 5.0.x-dev
- 5.0.6
- 5.0.5
- 5.0.4
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 4.0.x-dev
- 4.0.6
- 4.0.5
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.x-dev
- 3.0.1
- 3.0.0
- 2.1.0
- 2.0.x-dev
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-alpha.0
- 1.6.x-dev
- 1.6.7
- 1.6.6
- 1.6.5
- 1.6.4
- 1.6.3
- 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
This package is auto-updated.
Last update: 2025-05-01 09:06:08 UTC
README
Documentation
The bulk of the documentation is stored in the Resources/doc/index.md
file in this bundle:
Read the Documentation for master
Repository history
This repository has been initialy created to remove the deprecated warnings on Symfony 4.2 since several pull requests were not reviewed on FriendsOfSymfony/FOSOAuthServerBundle. It is actively maintained and works on Symfony 5 (branch 3.0), Symfony 6 (branch 4.0) and Symfony 7 (branch 5.0 / 5.1).
Feel free to PR.
License
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE
Credits
- Boris AUBE
- Arnaud Le Blanc, and all contributors
- Inspired by BazingaOAuthBundle and FOSUserBundle
- Installation doc adapted from FOSUserBundle doc.