novosga / oauth-server-bundle
Symfony5 OAuth Server Bundle
Installs: 11 572
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 450
Type:symfony-bundle
Requires
- php: >=7.2
- friendsofsymfony/oauth2-php: ^1.3
- symfony/dependency-injection: ^4.4 || ^5.1 || ^5.2
- symfony/framework-bundle: ^4.4 || ^5.1 || ^5.2
- symfony/security-bundle: ^4.4 || ^5.1 || ^5.2
- symfony/twig-bundle: ^4.4 || ^5.1 || ^5.2
Requires (Dev)
- doctrine/doctrine-bundle: ^2.0
- doctrine/orm: ^2.8
- phing/phing: ~2.4
- php-mock/php-mock-phpunit: ~1.0 || ~2.0
- phpstan/phpstan-phpunit: ~0.9
- phpstan/phpstan-shim: ~0.9
- phpunit/phpunit: ~6.0
- propel/propel1: ~1.6
- symfony/console: ^4.4 || ^5.1 || ^5.2
- symfony/form: ^4.4 || ^5.1 || ^5.2
- symfony/phpunit-bridge: ^4.4 || ^5.1 || ^5.2
- symfony/yaml: ^4.4 || ^5.1 || ^5.2
- willdurand/propel-typehintable-behavior: ~1.0
Suggests
- doctrine/doctrine-bundle: *
- doctrine/mongodb-odm-bundle: *
- propel/propel-bundle: If you want to use Propel with Symfony2, then you will have to install the PropelBundle
- symfony/console: Needed to be able to use commands
- symfony/form: Needed to be able to use the AuthorizeFormType
- willdurand/propel-typehintable-behavior: The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces
Conflicts
- twig/twig: <1.40 || >=2.0,<2.9
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.