gregoryeple / oauth-server-bundle
Symfony OAuth Server Bundle
Installs: 817
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 450
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^8.0
- doctrine/doctrine-bundle: ~2.0
- klapaudius/oauth2-php: ~1.4
- symfony/dependency-injection: ~6.0
- symfony/form: ~6.0
- symfony/framework-bundle: ~6.0
- symfony/security-bundle: ~6.0
- symfony/twig-bundle: ~6.0
Requires (Dev)
- doctrine/mongodb-odm: ~2.0
- doctrine/orm: ~2.2
- friendsofphp/php-cs-fixer: ^3.0
- phing/phing: ~2.4
- php-mock/php-mock-phpunit: ~1.0|~2.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: ~9.0
- symfony/class-loader: ^2.0
- symfony/console: ~6.0
- symfony/phpunit-bridge: ~6.0
- symfony/templating: ~6.0
- symfony/yaml: ~6.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
- 4.0.x-dev
- dev-master / 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.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: 2024-11-14 16:12:47 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 fix an authentication error from klapaudius/FOSOAuthServerBundle when using Symfony 6.
Works on Symfony 6 (branch 4.0).
License
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE
Credits
- Arnaud Le Blanc, and all contributors
- Inspired by BazingaOAuthBundle and FOSUserBundle
- Installation doc adapted from FOSUserBundle doc.
- Forked from Klapaudius' fork of FOSOAuthServerBundle