league/oauth2-server-bundle

Symfony bundle .

Package info

github.com/thephpleague/oauth2-server-bundle

Type:symfony-bundle

pkg:composer/league/oauth2-server-bundle

Statistics

Installs: 5 269 732

Dependents: 6

Suggesters: 0

Stars: 236

Open Issues: 47

v1.1.1 2026-02-06 11:56 UTC

Requires (Dev)

Suggests

Provides

None

Conflicts

Replaces

None

MIT b0094bef19cb0dfa526ea9eec6d8a863b91a3f7d

authorizationoauth2bundleserverauth

This package is auto-updated.

Last update: 2026-06-26 09:20:30 UTC


README

👁 Unit tests status
👁 Coding standards status
👁 Type Coverage
👁 Latest Stable Version

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

  1. Require the bundle using Composer:

    composer require league/oauth2-server-bundle
  2. Require Doctrine to use it as persistence layer:

    composer require doctrine/doctrine-bundle doctrine/orm

Documentation

The docs can be found in the docs/ directory of this repository.

License

See the LICENSE file for copyrights and limitations (MIT).