PHPackages                             ajgarlag/openid-connect-provider-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. ajgarlag/openid-connect-provider-bundle

ActiveSymfony-bundle[Authentication &amp; Authorization](/categories/authentication)

ajgarlag/openid-connect-provider-bundle
=======================================

OpenID Connect provider Symfony bundle

0.2.4(2mo ago)4930↓18.8%[2 PRs](https://github.com/ajgarlag/openid-connect-provider-bundle/pulls)MITPHPPHP ^8.2CI passing

Since Jul 7Pushed 2mo agoCompare

[ Source](https://github.com/ajgarlag/openid-connect-provider-bundle)[ Packagist](https://packagist.org/packages/ajgarlag/openid-connect-provider-bundle)[ Docs](https://github.com/ajgarlag/openid-connect-provider-bundle)[ RSS](/packages/ajgarlag-openid-connect-provider-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (13)Versions (14)Used By (0)

Ajgarlag OpenID Connect Provider Bundle
=======================================

[](#ajgarlag-openid-connect-provider-bundle)

[![unit tests](https://github.com/ajgarlag/openid-connect-provider-bundle/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/ajgarlag/openid-connect-provider-bundle/actions/workflows/unit-tests.yml)[![static analysis](https://github.com/ajgarlag/openid-connect-provider-bundle/actions/workflows/static-analysis.yml/badge.svg)](https://github.com/ajgarlag/openid-connect-provider-bundle/actions/workflows/static-analysis.yml)[![coding standards](https://github.com/ajgarlag/openid-connect-provider-bundle/actions/workflows/coding-standards.yml/badge.svg)](https://github.com/ajgarlag/openid-connect-provider-bundle/actions/workflows/coding-standards.yml)[![automated refactorings](https://github.com/ajgarlag/openid-connect-provider-bundle/actions/workflows/automated-refactorings.yml/badge.svg)](https://github.com/ajgarlag/openid-connect-provider-bundle/actions/workflows/automated-refactorings.yml)[![stable version](https://camo.githubusercontent.com/c2ddfc74c6df639750c0465ecfe5623ce0c3f7a85a532f734452b84714c32ace/68747470733a2f2f706f7365722e707567782e6f72672f616a6761726c61672f6f70656e69642d636f6e6e6563742d70726f76696465722d62756e646c652f762f737461626c65)](https://packagist.org/packages/ajgarlag/openid-connect-provider-bundle)

AjgarlagOpenIDConnectProviderBundle is a Symfony bundle that integrates an OpenID Connect Provider (OP) into Symfony applications, extending the capabilities of the [league/oauth2-server-bundle](https://github.com/thephpleague/oauth2-server-bundle) to provides endpoints and utilities to implement a standards-compliant OpenID Connect Provider.

Quick Start
-----------

[](#quick-start)

1. Install the bundle using Composer:

    ```
    composer require ajgarlag/openid-connect-provider-bundle
    ```
2. Setup the `league/oauth2-server-bundle`, which is required for this bundle to function properly. Follow the [README](https://github.com/thephpleague/oauth2-server-bundle/blob/master/README.md) file to complete the setup.
3. To enable [OpenID Connect Discovery](https://openid.net/specs/openid-connect-discovery-1_0.html) and [RP Initiated Logout](https://openid.net/specs/openid-connect-rpinitiated-1_0.html) support, add the file `config/routes/ajgarlag_openid_connect_provider.yaml`:

    ```
    ajgarlag_openid_connect_provider:
        resource: '@AjgarlagOpenIDConnectProviderBundle/config/routes.php'
        type: php
    ```
4. Tweak the configuration in your `config/packages/ajgarlag_openid_connect_provider.yaml` if needed. These are the default values:

    ```
    ajgarlag_openid_connect_provider:
        discovery:
            authorization_endpoint_route: 'oauth2_authorize'
            token_endpoint_route: 'oauth2_token'
            jwks_endpoint_route: 'openid_connect_jwks'
            end_session_endpoint_route: 'openid_connect_end_session'
        end_session:
            cancel_logout_default_path: '/'
    ```

Documentation
-------------

[](#documentation)

TBD

License
-------

[](#license)

See the [LICENSE](LICENSE) file for details

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance83

Actively maintained with recent releases

Popularity24

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~45 days

Recently: every ~32 days

Total

6

Last Release

88d ago

PHP version history (2 changes)0.1.0PHP ^8.1

0.2.3PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/f895b5880bdb002b96abac69a1a6630b4e20c4fbff9dbe3d47b08f0d1b7e2211?d=identicon)[ajgarlag](/maintainers/ajgarlag)

---

Top Contributors

[![ajgarlag](https://avatars.githubusercontent.com/u/388184?v=4)](https://github.com/ajgarlag "ajgarlag (72 commits)")

---

Tags

bundleauthAuthenticationproviderOpenIdconnectoidc

###  Code Quality

Static AnalysisPHPStan, Rector

Type Coverage Yes

### Embed Badge

![Health badge](/badges/ajgarlag-openid-connect-provider-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/ajgarlag-openid-connect-provider-bundle/health.svg)](https://phpackages.com/packages/ajgarlag-openid-connect-provider-bundle)
```

###  Alternatives

[auth0/auth0-php

PHP SDK for Auth0 Authentication and Management APIs.

40820.2M68](/packages/auth0-auth0-php)[opauth/opauth

Multi-provider authentication framework for PHP

1.6k783.4k58](/packages/opauth-opauth)[auth0/login

Auth0 Laravel SDK. Straight-forward and tested methods for implementing authentication, and accessing Auth0's Management API endpoints.

2745.0M3](/packages/auth0-login)[auth0/symfony

Symfony SDK for Auth0 Authentication and Management APIs.

128738.1k](/packages/auth0-symfony)[facile-it/php-openid-client

OpenID (OIDC) Client

42592.7k7](/packages/facile-it-php-openid-client)[auth0/wordpress

WordPress Plugin for Auth0

17419.5k](/packages/auth0-wordpress)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
