PHPackages                             activpik/feedback-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. activpik/feedback-bundle

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

activpik/feedback-bundle
========================

Feedback bundle for Symfony 2

111PHP

Since Aug 21Pushed 12y ago3 watchersCompare

[ Source](https://github.com/Kalyzee/ActivpikFeedbackBundle)[ Packagist](https://packagist.org/packages/activpik/feedback-bundle)[ RSS](/packages/activpik-feedback-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Symfony 2 Feedbackbundle
========================

[](#symfony-2-feedbackbundle)

Improvements for futures revisions :

- Unit tests
- Embedded controller in twig views to simplify integration.

Get FeedbackBundle with composer Add this dependency "activpik/feedback-bundle": "dev-trunk"

On your AppKernel.php file add : new Activpik\\Feedback\\ActivpikFeedbackBundle(),

On your config.yml file you can add
In services section :

```
services:
    activpik.feedback_source:
        class:        Activpik\FeedbackBundle\Vendor\RedmineFeedback\RedmineFeedbackSource
        arguments:    ["https://urltoredmine/redmine/projects/myproject/issues.json", "ApiKey", "projectId", Priority]

```

and on your routing.yml file :

```
ActivpikFeedbackBundle:
     resource: "@ActivpikFeedbackBundle/Controller/"
     type:     annotation
     prefix:   /

```

On the controllers using feedback badge :

```
$feedbackType = new FeedbackType();
$data["feedback_type"] = $this->createForm($feedbackType)->createView();

```

```
use Activpik\FeedbackBundle\Form\FeedbackType;

```

On twig view Add :

```

```

and

```
{% include 'ActivpikFeedbackBundle:Feedback:badge.html.twig' %}

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

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/5d45fe90c9bcb380258766b2ed72eab584fe8478079af0e1d5b925183261d5e7?d=identicon)[ludovic-bouguerra](/maintainers/ludovic-bouguerra)

---

Top Contributors

[![ludovic-bouguerra](https://avatars.githubusercontent.com/u/828542?v=4)](https://github.com/ludovic-bouguerra "ludovic-bouguerra (4 commits)")

### Embed Badge

![Health badge](/badges/activpik-feedback-bundle/health.svg)

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

###  Alternatives

[laracasts/utilities

Transform your PHP to JavaScript

2.2k10.0M39](/packages/laracasts-utilities)[lord/laroute

Access Laravels URL/Route helper functions, from JavaScript.

8022.0M8](/packages/lord-laroute)[spatie/server-side-rendering

Server side rendering JavaScript in your PHP application

631780.3k3](/packages/spatie-server-side-rendering)[fluidtypo3/flux

The flux package from FluidTYPO3

152982.2k20](/packages/fluidtypo3-flux)[dusterio/link-preview

Link preview generation for PHP with Laravel support

126326.6k3](/packages/dusterio-link-preview)[iamcal/lib_autolink

Adds anchors to urls in a text

631.3M3](/packages/iamcal-lib-autolink)

PHPackages © 2026

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