klapaudius/oauth-server-bundle
Symfony(5.x to 8.x) OAuth Server Bundle
Maintainers
Package info
github.com/klapaudius/FOSOAuthServerBundle
Type:symfony-bundle
pkg:composer/klapaudius/oauth-server-bundle
Fund package maintenance!
Requires
- php: ^8.0
- doctrine/doctrine-bundle: ~2.0|~3.0
- klapaudius/oauth2-php: ~1.10
- symfony/dependency-injection: ~7.0|~8.0
- symfony/form: ~7.0|~8.0
- symfony/framework-bundle: ~7.0|~8.0
- symfony/security-bundle: ~7.0|~8.0
- symfony/twig-bundle: ~7.0|~8.0
Requires (Dev)
- ext-mongodb: *
- doctrine/mongodb-odm: ~2.0
- doctrine/orm: ~3.6
- friendsofphp/php-cs-fixer: ^3.0
- php-mock/php-mock-phpunit: ~1.0|~2.0
- phpstan/phpstan-phpunit: ^2.0
- phpunit/phpunit: ~12.0
- symfony/class-loader: ^3.4
- symfony/console: ~7.0|~8.0
- symfony/phpunit-bridge: ~7.0|~8.0
- symfony/templating: ~6.0|~7.0|~8.0
- symfony/yaml: ~7.0|~8.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
Provides
None
Conflicts
None
Replaces
None
MIT ede250ebe1447f43ea31db607e8d2ace1b3323be
- Klapaudius <klapaudius.woop@gmail.com>
- Arnaud Le Blanc <arnaud.lb.woop@gmail.com>
- FriendsOfSymfony Community
This package is auto-updated.
Last update: 2026-06-12 08:33:30 UTC
README
👁 Tests
👁 codecov
👁 Packagist Downloads
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),
- Symfony 7/8 (branch 5.X).
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.
