PHPackages                             aureka/vb-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. [Framework](/categories/framework)
4. /
5. aureka/vb-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

aureka/vb-bundle
================

Integrates vBulletin with Symfony applications

0.0.2(12y ago)079[1 issues](https://github.com/aureka/AurekaVBBundle/issues)Apache2PHP

Since Apr 17Pushed 11y ago5 watchersCompare

[ Source](https://github.com/aureka/AurekaVBBundle)[ Packagist](https://packagist.org/packages/aureka/vb-bundle)[ RSS](/packages/aureka-vb-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (5)Versions (3)Used By (0)

AurekaVBulletinBundle
=====================

[](#aurekavbulletinbundle)

[![Build Status](https://camo.githubusercontent.com/2db9fe2e9caf53a9c251d593344836ca6e06cd75c19f10163fded56c17e32f00/68747470733a2f2f7472617669732d63692e6f72672f617572656b612f417572656b61564242756e646c652e706e67)](https://travis-ci.org/aureka/AurekaVBBundle)

Integrates vbulletin with a Symfony application, providing a Single Sign In. Any user logging into a Symfony application will automatically log into vBulletin.

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

[](#installation)

Add the following line to your `composer.json`:

```
{
    "require": {
        "aureka/vb-bundle" : "dev-master"
    }
}
```

Execute `composer update`.

Add the following line to your `AppKernel.php`.

```
public function registerBundles()
{
    $bundles = array(
        // your other bundles
        new Aureka\VBBundle\AurekaVBBundle(),
    );
}
```

Configuration
-------------

[](#configuration)

You must add some vBulletin settings in your `config.yml`.

```
aureka_vb:
    enabled: true #optional, enabled by default
    license: 'YOURLICENSEGOESHERE' # can be found in functions.php
    default_user_group: 2 #optional
    ip_check: 1 #optional
    cookie_prefix: 'bb_' #optional
    database:
        driver: 'pdo_mysql'
        host: 'localhost'
        name: 'vb_database_name'
        port: null
        user: 'vb_database_user'
        password: 'vb_database_password'
        table_prefix: 'vb3_' #optional
```

Automatic logout
----------------

[](#automatic-logout)

In order to logout users from vbulletin, add the following lines to your `security.yml`:

```
security:
    # ...
    firewalls:
        main:
            # ...
            logout:
                handlers: [aureka_vb.logout_handler]
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

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 ~11 days

Total

2

Last Release

4399d ago

### Community

Maintainers

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

---

Top Contributors

[![carlescliment](https://avatars.githubusercontent.com/u/1255401?v=4)](https://github.com/carlescliment "carlescliment (86 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/aureka-vb-bundle/health.svg)

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

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

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

Storefront for Shopware

684.2M148](/packages/shopware-storefront)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

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

PHPackages © 2026

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