cutwise / oauth-server-bundle
Symfony2 OAuth Server Bundle
Installs: 888
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 453
Type:symfony-bundle
Requires
- php: ^7.4|^8.0
- ext-json: *
- friendsofsymfony/oauth2-php: ~1.3
- symfony/dependency-injection: ^5.1
- symfony/framework-bundle: ^5.1
- symfony/security-bundle: ^5.1
Requires (Dev)
- doctrine/doctrine-bundle: ~2.0
- doctrine/orm: ~2.8
- php-mock/php-mock-phpunit: ^2.6
- phpunit/phpunit: ~9.0
- symfony/console: ^5.1
- symfony/form: ^5.1
- symfony/phpunit-bridge: ^5.1
- symfony/twig-bundle: ^5.1
- symfony/yaml: ^5.1
Suggests
- doctrine/doctrine-bundle: *
- symfony/console: Needed to be able to use commands
- symfony/form: Needed to be able to use the AuthorizeFormType
This package is auto-updated.
Last update: 2024-12-20 00:14:09 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
License
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE
TODO
- More tests
Credits
- Arnaud Le Blanc, and all contributors
- Inspired by BazingaOAuthBundle and FOSUserBundle
- Installation doc adapted from FOSUserBundle doc.