PHPackages                             sturple/guest-survey-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. sturple/guest-survey-bundle

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

sturple/guest-survey-bundle
===========================

Bundle to add a Guest Survey tool

0.1.0(9y ago)125[3 issues](https://github.com/sturple/GuestSurveyBundle/issues)MITJavaScript

Since Apr 6Pushed 8y ago2 watchersCompare

[ Source](https://github.com/sturple/GuestSurveyBundle)[ Packagist](https://packagist.org/packages/sturple/guest-survey-bundle)[ Docs](https://github.com/sturple/GuestSurveyBundle)[ RSS](/packages/sturple-guest-survey-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (10)Used By (0)

Guest Survey Bundle
===================

[](#guest-survey-bundle)

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

[](#installation)

\*\* Method 1 Composer \*\*

```
{
    "require": {
        "sturple/guest-survey-bundle": "dev-master"
    }
}
```

and then execute

```
$ composer update
```

\*\* Method 2 Composer \*\*

```
composer.phar require sturple/guest-survey-bundle:dev-master
```

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

[](#configuration)

**Add to `app/AppKernel.php` file**

```
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // .. other bundles
            new Fgms\Bundle\SurveyBundle\FgmsSurveyBundle(),
        );
    }
}
```

**Add to routes.yml**

```
fgms_survey:
    resource: "@FgmsSurveyBundle/Resources/config/routing.yml"
    prefix:   /
```

**Add to config.yml**

```
doctrine:
    orm:
        dql:
            numeric_functions:
                Rand: Fgms\Bundle\SurveyBundle\Utility\DoctrineRand
```

\*\*Create `survey.yml` in your config directory

```
images_path: /web/assets/images/
property_config_dir: "/../../config/property/"
email:
    from:
        address: 'guest.response@example.com'
        name: Guest Feedback
```

Testimonials Widget
-------------------

[](#testimonials-widget)

To place a testimonials widget on a page simply add:

```

```

to your page's HTML. The `` tag will be replaced with a testimonials widget on page load.

The `order` parameter may be either `random` (which selects `count` testimonials randomly) or `latest` (which displays the `count` latest testimonials in the order in which they were added).

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

3617d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2dd85bdb541f55135abd3f830f2393502bb9012c00671900eb38cc8efac69a8a?d=identicon)[sturple](/maintainers/sturple)

---

Top Contributors

[![RobertLeahy](https://avatars.githubusercontent.com/u/648276?v=4)](https://github.com/RobertLeahy "RobertLeahy (128 commits)")

---

Tags

symfonysurveyhotel

### Embed Badge

![Health badge](/badges/sturple-guest-survey-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/sturple-guest-survey-bundle/health.svg)](https://phpackages.com/packages/sturple-guest-survey-bundle)
```

###  Alternatives

[craue/config-bundle

Database-stored settings made available via a service for your Symfony project.

1771.0M4](/packages/craue-config-bundle)[maba/webpack-bundle

Bundle to Integrate Webpack to Symfony

123268.2k4](/packages/maba-webpack-bundle)[sensiolabs/minify-bundle

Assets Minifier (CSS, JS) for Symfony &amp; Minify integration in Asset Mapper

5694.9k1](/packages/sensiolabs-minify-bundle)[tapp/filament-survey

Filament Laravel Survey plugin.

3119.2k](/packages/tapp-filament-survey)[symfony_persia/symfonyjdate

Jalali (Shamsi) DateTime for Symfony2, Supports year higher than 2038

1010.6k](/packages/symfony-persia-symfonyjdate)

PHPackages © 2026

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