2017 © Pedro Peláez
 

symfony-bundle guest-survey-bundle

Bundle to add a Guest Survey tool

image

sturple/guest-survey-bundle

Bundle to add a Guest Survey tool

  • Tuesday, September 5, 2017
  • by sturple
  • Repository
  • 2 Watchers
  • 1 Stars
  • 14 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 3 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

Guest Survey Bundle

Installation

** Method 1 Composer **, (*1)

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

and then execute, (*2)

$ composer update

** Method 2 Composer **, (*3)

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

Configuration

Add to app/AppKernel.php file, (*4)

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

Add to routes.yml, (*5)

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

Add to config.yml, (*6)

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

**Create survey.yml in your config directory, (*7)

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

Testimonials Widget

To place a testimonials widget on a page simply add:, (*8)

<script type="text/javascript" src="/<group>/<slug>/testimonials/<order>/<count>"></script>

to your page's HTML. The <script> tag will be replaced with a testimonials widget on page load., (*9)

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)., (*10)

The Versions

05/09 2017

dev-master

9999999-dev https://github.com/sturple/GuestSurveyBundle

Bundle to add a Guest Survey tool

  Sources   Download

MIT

symfony hotel survey

27/10 2016

dev-feedback_rleahy_rebase

dev-feedback_rleahy_rebase https://github.com/sturple/GuestSurveyBundle

Bundle to add a Guest Survey tool

  Sources   Download

MIT

symfony hotel survey

21/10 2016

dev-feedback_rleahy

dev-feedback_rleahy https://github.com/sturple/GuestSurveyBundle

Bundle to add a Guest Survey tool

  Sources   Download

MIT

symfony hotel survey

16/06 2016

dev-feature_testimonials

dev-feature_testimonials https://github.com/sturple/GuestSurveyBundle

Bundle to add a Guest Survey tool

  Sources   Download

MIT

symfony hotel survey

15/06 2016

dev-feature_css_for_twig_templates

dev-feature_css_for_twig_templates https://github.com/sturple/GuestSurveyBundle

Bundle to add a Guest Survey tool

  Sources   Download

MIT

symfony hotel survey

15/06 2016

dev-feature_twig_templates

dev-feature_twig_templates https://github.com/sturple/GuestSurveyBundle

Bundle to add a Guest Survey tool

  Sources   Download

MIT

symfony hotel survey

15/06 2016

dev-old_master

dev-old_master https://github.com/sturple/GuestSurveyBundle

Bundle to add a Guest Survey tool

  Sources   Download

MIT

symfony hotel survey

14/06 2016

0.1.0

0.1.0.0 https://github.com/sturple/GuestSurveyBundle

Bundle to add a Guest Survey tool

  Sources   Download

MIT

symfony hotel survey

14/06 2016

dev-Trikucian

dev-Trikucian https://github.com/sturple/GuestSurveyBundle

Bundle to add a Guest Survey tool

  Sources   Download

MIT

symfony hotel survey

06/04 2016

0.0.1

0.0.1.0 https://github.com/sturple/GuestSurveyBundle

Bundle to add a Guest Survey tool

  Sources   Download

MIT

symfony hotel survey