klapaudius / oauth-server-bundle
Symfony(5.x to 7.x) OAuth Server Bundle
Installs: 98 353
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 2
Forks: 451
Open Issues: 1
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)
- 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: ~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.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.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-09 14:53:02 UTC
README
Branches : 5.0 4.0 3.0
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) and Symfony 6 (branch 4.0). Symfony 7 (branch 5.0).
Feel free to PR.
License
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE
TODO
Even if this bundle works perfectly in my professionnal application, I would like to :
- bring back Travis CI to green
- make phpunit tests works again
Credits
- Arnaud Le Blanc, and all contributors
- Inspired by BazingaOAuthBundle and FOSUserBundle
- Installation doc adapted from FOSUserBundle doc.