ibexa / oauth2-server-bundle
Symfony bundle .
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 87
Type:symfony-bundle
Requires
- php: >=7.2
- doctrine/doctrine-bundle: ^2.0.8
- doctrine/orm: ^2.7.1
- league/oauth2-server: ^8.3
- nyholm/psr7: ^1.4
- psr/http-factory: ^1.0
- symfony/event-dispatcher: ^5.4|^6.2
- symfony/framework-bundle: ^5.4|^6.2
- symfony/polyfill-php81: ^1.22
- symfony/psr-http-message-bridge: ^2.0
- symfony/security-bundle: ^5.4|^6.2
Requires (Dev)
- ext-pdo: *
- ext-pdo_sqlite: *
- symfony/browser-kit: ^5.4|^6.2
- symfony/phpunit-bridge: ^5.4|^6.2
Replaces
- league/oauth2-server-bundle: v0.6.0
README
OAuth2ServerBundle is a Symfony bundle integrating the oauth2-server library into Symfony applications.
Replacement of trikoder/oauth2-bundle made in coordination with trikoder and Symfony core team members in order to improve its maintenance, keep it in sync with Symfony developments and reduce the friction that vendor-overdiversification causes to end users.
Quick Start
-
Require the bundle using Composer:
composer require league/oauth2-server-bundle
Documentation
The docs can be found in the docs/
directory of this repository.
License
See the LICENSE file for copyrights and limitations (MIT).