PHPackages                             devtime/raffler-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. devtime/raffler-bundle

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

devtime/raffler-bundle
======================

Raffler backbonejs bundle example.

v1.0.0(13y ago)112952MITJavaScriptPHP &gt;=5.3.2

Since Apr 21Pushed 9y ago2 watchersCompare

[ Source](https://github.com/gigo6000/DevtimeRafflerBundle)[ Packagist](https://packagist.org/packages/devtime/raffler-bundle)[ Docs](http://devtime.blogspot.com)[ RSS](/packages/devtime-raffler-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

Raffler Bundle [![Build Status](https://camo.githubusercontent.com/e7090911a90563608f90c2e9e86eb32a441c5f88d250a61b6866ac0164ff1399/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6769676f363030302f44657674696d65526166666c657242756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/gigo6000/DevtimeRafflerBundle)
==================================================================================================================================================================================================================================================================================================================================================

[](#raffler-bundle-)

This bundle is a simple backbone.js + Symfony2 app created using , it also uses Twitter bootstrap.

It allows you to get a ramdom winner from a list of names.

Follow [@gigo6000 on Twitter](http://twitter.com/gigo6000). Tweet any questions or suggestions you have about the project.

What you need
-------------

[](#what-you-need)

This bundle requires Symfony 2.1.1 or greater (it probably works in older versions but not tested)

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

[](#installation)

### Step 1: Download DevtimeRafflerBundle using composer

[](#step-1-download-devtimerafflerbundle-using-composer)

Add DevtimeRafflerBundle to your composer.json:

```
{
    "require": {
        "devtime/raffler-bundle": "dev-master"
    }
}
```

Now tell \*composer to download the bundle by running the command:

```
$ php composer.phar update devtime/raffler-bundle
```

Composer will install the bundle to your project's `vendor/devtime` directory.

- Note: If you don't have Composer yet, download it following the instructions on  or just run the following command:

```
curl -s https://getcomposer.org/installer | php
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
