PHPackages                             da/auth-common-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. da/auth-common-bundle

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

da/auth-common-bundle
=====================

Symfony2's bundle sharing commons for DaOAuth\* and DaApi\* bundles

v1.0.0(12y ago)088.6k2MITPHP &gt;=5.3.3

Since Jun 17Compare

[ Source](https://github.com/Gnuckorg/DaAuthCommonBundle)[ Packagist](https://packagist.org/packages/da/auth-common-bundle)[ Docs](https://github.com/Gnuckorg/DaAuthCommonBundle)[ RSS](/packages/da-auth-common-bundle/feed)WikiDiscussions Synced today

READMEChangelog (1)Dependencies (3)Versions (3)Used By (2)

DaAuthCommonBundle
==================

[](#daauthcommonbundle)

DaAuthCommonBundle is a Symfony2's bundle sharing commons for DaOAuth\* and DaApi\* bundles.

Installation
------------

[](#installation)

Installation is a quick 2 steps process.

### Step 1: Add in composer

[](#step-1-add-in-composer)

Add the bundle in the composer.json file:

```
// composer.json

"require": {
    // ...
    "da/auth-common-bundle": "dev-master"
},
```

And update your vendors:

```
composer update      # WIN
composer.phar update # LINUX
```

### Step 2: Declare in the kernel

[](#step-2-declare-in-the-kernel)

Declare the bundle in your kernel:

```
// app/AppKernel.php

$bundles = array(
    // ...
    new Da\AuthCommonBundle\DaAuthCommonBundle(),
);
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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

Every ~0 days

Total

2

Last Release

4400d ago

### Community

Maintainers

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

---

Tags

apibundleauthcommonoauthda

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/da-auth-common-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/da-auth-common-bundle/health.svg)](https://phpackages.com/packages/da-auth-common-bundle)
```

PHPackages © 2026

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