league / oauth2-server-bundle
Symfony bundle .
Installs: 155
Dependents: 0
Suggesters: 0
Security: 0
Stars: 19
Watchers: 8
Forks: 6
Open Issues: 1
Type:symfony-bundle
Requires
- php: >=7.2
- doctrine/doctrine-bundle: ^2.0
- doctrine/orm: ^2.7
- league/oauth2-server: ^8.0
- psr/http-factory: ^1.0
- sensio/framework-extra-bundle: ^5.6
- symfony/framework-bundle: ^4.4|^5.0
- symfony/psr-http-message-bridge: ^2.0
- symfony/security-bundle: ^4.4|^5.0
Requires (Dev)
- ext-pdo: *
- ext-pdo_sqlite: *
- laminas/laminas-diactoros: ^2.2
- nyholm/psr7: ^1.2
- psalm/plugin-symfony: ^2.2
- symfony/browser-kit: ^4.4|^5.0
- symfony/phpunit-bridge: ^5.2
- vimeo/psalm: ^4.6
This package is auto-updated.
Last update: 2021-04-10 14:36:49 UTC
README
OAuth2ServerBundle is a Symfony bundle integrating the oauth2-server library into Symfony applications. Fork of trikoder/oauth2-bundle, for the better.
Quick Start
-
Require the bundle and a PSR 7/17 implementation using Composer:
composer require league/oauth2-server-bundle nyholm/psr7
Documentation
The docs can be found in the docs/
directory of this repository.
License
See the LICENSE file for copyrights and limitations (MIT).