PHPackages                             foreverglory/oauth-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. foreverglory/oauth-bundle

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

foreverglory/oauth-bundle
=========================

Symfony OAuth

116PHP

Since Jan 20Pushed 9y ago1 watchersCompare

[ Source](https://github.com/ForeverGlory/oauth-bundle)[ Packagist](https://packagist.org/packages/foreverglory/oauth-bundle)[ RSS](/packages/foreverglory-oauth-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

GloryOAuthBundle
================

[](#gloryoauthbundle)

composer require foreverglory/oauth-bundle

```
//app/AppKernel.php
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Glory\Bundle\OAuthBundle\GloryOAuthBundle(),
            // ...
        );
    }
```

```
#app/conﬁg/conﬁg.yml
glory_oauth:
    oauth_class: ~
    connect: ~
    owners:
        qq:
            type: qq
            client_id: %qq_id%
            client_secret: %qq_secret%
        # ...
```

```
#app/config/routing.yml
glory_oauth:
    resource: "@GloryOAuthBundle/Resources/config/routing.yml"
    prefix:   /
```

```
#app/config/security.yml
security:
    firewalls:
        main:
            oauth:
                login_path: /login
                check_path: /connect/{service}/callback
                # or router name: glory_oauth_callback
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6f2db77628f7824d4dda8968f3dd7f314800bb3ae6663d788cd6614e92623695?d=identicon)[foreverglory](/maintainers/foreverglory)

---

Top Contributors

[![foreverglory](https://avatars.githubusercontent.com/u/1069963?v=4)](https://github.com/foreverglory "foreverglory (64 commits)")

### Embed Badge

![Health badge](/badges/foreverglory-oauth-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/foreverglory-oauth-bundle/health.svg)](https://phpackages.com/packages/foreverglory-oauth-bundle)
```

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.3M17](/packages/kartik-v-yii2-password)

PHPackages © 2026

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