PHPackages                             maps\_red/openidconnectbundle - 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. maps\_red/openidconnectbundle

ActiveProject[Authentication &amp; Authorization](/categories/authentication)

maps\_red/openidconnectbundle
=============================

v1.0(8y ago)04proprietaryPHPPHP &gt;=7.1.0

Since Feb 21Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Mapsred/OpenIdConnectBundle)[ Packagist](https://packagist.org/packages/maps_red/openidconnectbundle)[ RSS](/packages/maps-red-openidconnectbundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (9)Versions (2)Used By (0)

\#\[WIP\] OpenIDConnectBundle

The OpenIDConnectBundle adds OpenId connection in Symfony.

\##Step 1

### Add OpenIDConnectBundle to your project

[](#add-openidconnectbundle-to-your-project)

```
composer require maps_red/openid-connect-bundle
```

#### Enable the Bundle in the Kernel (&lt; Symfony 4.0)

[](#enable-the-bundle-in-the-kernel--symfony-40)

```
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Maps_red\OpenIDConnectBundle(),
    );
}
```

### Import the routes.yaml

[](#import-the-routesyaml)

```
# config/routes.yaml
app:
  resource: '@OpenIDConnectBundle/Resources/config/routing/routes.yaml'
```

### security.yaml (example)

[](#securityyaml-example)

```
    security:
        providers:
            webservice:
                id: open_id_connect.user_provider
        encoders:
            Maps_red\OpenIDConnectBundle\Security\User\User: bcrypt

        firewalls:
            dev:
                pattern: ^/(_(profiler|wdt)|css|images|js)/
                security: false
            test:
                http_basic: ~
                pattern: ^/(_(profiler|wdt)|css|images|js)/
                security: false
            main:
                anonymous: false
                guard:
                    authenticators:
                        - open_id_connect.guard_anthenticator

        access_control:
            - { path: ^/login, role: IS_AUTHENTICATED_ANONYMOUSLY }
            - { path: ^/, role: ROLE_USER }
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

3005d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c6e467db56e8e494b60ebc4f9fc8407c8025f0d724d9d0499466b8d07d3090d6?d=identicon)[maps\_red](/maintainers/maps_red)

### Embed Badge

![Health badge](/badges/maps-red-openidconnectbundle/health.svg)

```
[![Health](https://phpackages.com/badges/maps-red-openidconnectbundle/health.svg)](https://phpackages.com/packages/maps-red-openidconnectbundle)
```

###  Alternatives

[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[scheb/2fa

Two-factor authentication for Symfony applications (please use scheb/2fa-bundle to install)

578630.7k1](/packages/scheb-2fa)[scheb/2fa-bundle

A generic interface to implement two-factor authentication in Symfony applications

6914.0M62](/packages/scheb-2fa-bundle)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)

PHPackages © 2026

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