PHPackages                             rgsystemes/uservoice-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. rgsystemes/uservoice-bundle

AbandonedArchivedSymfony-bundle[Utility &amp; Helpers](/categories/utility)

rgsystemes/uservoice-bundle
===========================

Integrate easily UserVoice into your Symfony2 projects

14.2k2PHP

Since Mar 9Pushed 9y ago1 watchersCompare

[ Source](https://github.com/rgsystemes/uservoice-bundle)[ Packagist](https://packagist.org/packages/rgsystemes/uservoice-bundle)[ RSS](/packages/rgsystemes-uservoice-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Introduction
============

[](#introduction)

Easily integrate [UserVoice](https://www.uservoice.com) into your Symfony2 projects.

Installation
============

[](#installation)

1. Add this bundle to your vendor/ dir using the vendors script:

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

    "rgsystemes/uservoice-bundle": "dev-master"

and run:

    php composer.phar install

The bundle is compatible with Symfony 2.0 upwards.

```

2. Add this bundle to your application's kernel:

    // app/AppKernel.php public function registerBundles() { return array( // ... new RG\\UserVoiceBundle\\RGUserVoiceBundle(), // ... ); }
3. Configure the `rg_user_voice` service in your config.yml:

    rg\_user\_voice: domain: %uservoice\_domain% sso\_key: %uservoice\_sso\_key% widget\_key: %uservoice\_widget\_key% primary\_color: %uservoice\_primary\_color% link\_color: %uservoice\_link\_color% forum\_id: %uservoice\_forum\_id%

That's it for basic configuration.

Usage
=====

[](#usage)

In your template, you can include the widget:

```
{% include "UserVoiceBundle::widget.html.twig" %}

```

In your controllers:

```
$userVoiceOptions = $this->container->get('rg_uservoice_options');
$userVoiceOptions["disabled"] = !$this->getUser()->getAccount()->isUserVoiceEnabled();

```

Available UserVoice options:

```
- disabled: true (default: false)

```

It is also possible to generate your SSO token from a Twig template:

```

```

Overriding the template
=======================

[](#overriding-the-template)

You can override the template used by copying the `Resources/views/widget.html.twig` file out of the bundle and placing it into `app/Resources/RGUserVoiceBundle/views`, then customising as you see fit.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.4% 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/8c40b4517e75e83ed8fafd334ec08b2c864008dc3e3b5100e61d35001483b014?d=identicon)[rgsystemes](/maintainers/rgsystemes)

---

Top Contributors

[![sandvige](https://avatars.githubusercontent.com/u/1446309?v=4)](https://github.com/sandvige "sandvige (10 commits)")[![rehuven](https://avatars.githubusercontent.com/u/14945949?v=4)](https://github.com/rehuven "rehuven (2 commits)")[![Skalina](https://avatars.githubusercontent.com/u/7901335?v=4)](https://github.com/Skalina "Skalina (2 commits)")

---

Tags

phpsymfonyuservoice

### Embed Badge

![Health badge](/badges/rgsystemes-uservoice-bundle/health.svg)

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

PHPackages © 2026

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