league / oauth2-server-bundle
Symfony bundle .
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 13
Watchers: 8
Forks: 3
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=7.1
- doctrine/doctrine-bundle: ^2.0
- doctrine/orm: ^2.7
- league/oauth2-server: ^8.0
- psr/http-factory: ^1.0
- sensio/framework-extra-bundle: ^5.5
- symfony/framework-bundle: ^4.4|^5.0
- symfony/psr-http-message-bridge: ^2.0
- symfony/security-bundle: ^4.4|^5.0
Requires (Dev)
- laminas/laminas-diactoros: ^2.2
- nyholm/psr7: ^1.2
- symfony/browser-kit: ^4.4|^5.0
- symfony/phpunit-bridge: ^5.0
This package is auto-updated.
Last update: 2020-12-31 14:26:22 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).