PHPackages                             devtime/backbone-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. [Framework](/categories/framework)
4. /
5. devtime/backbone-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

devtime/backbone-bundle
=======================

Easily setup and use backbone.js with Symfony2

v1.0.0(13y ago)415.8k7[5 issues](https://github.com/gigo6000/DevtimeBackboneBundle/issues)1MITJavaScript

Since Dec 13Pushed 9y ago4 watchersCompare

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

READMEChangelogDependencies (3)Versions (5)Used By (1)

Backbone Bundle
===============

[](#backbone-bundle)

[![Build Status](https://camo.githubusercontent.com/c76fcd8fe67264bffcbd883f04fc24164daf147f96b33e4344a77854af2d4231/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6769676f363030302f44657674696d654261636b626f6e6542756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/gigo6000/DevtimeBackboneBundle)[![Latest Stable Version](https://camo.githubusercontent.com/f9ccef4f566ec7518a2600a23186a2d3de11fd77ef6ccc0d4fed413cf0c6fdbd/68747470733a2f2f706f7365722e707567782e6f72672f64657674696d652f6261636b626f6e652d62756e646c652f762f737461626c65)](https://packagist.org/packages/devtime/backbone-bundle)[![Total Downloads](https://camo.githubusercontent.com/e928b213295cb721ae278a3e2b16b05fa1da5490b7383dc3f57bba761be942a9/68747470733a2f2f706f7365722e707567782e6f72672f64657674696d652f6261636b626f6e652d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/devtime/backbone-bundle)[![License](https://camo.githubusercontent.com/f2de1d9cdb5320964e1ee58a4caf71543350d05d451efe730943faf9a5539900/68747470733a2f2f706f7365722e707567782e6f72672f64657674696d652f6261636b626f6e652d62756e646c652f6c6963656e7365)](https://packagist.org/packages/devtime/backbone-bundle)

Easily setup and use backbone.js with Symfony 2.1.1 and greater (it probably works in older versions but not tested)

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)

The latest versions of jquery, underscore.js and backbone.js are included.

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

[](#installation)

### Step 1: Download DevtimeBackboneBundle using composer

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

Add DevtimeBackboneBundle in your composer.json:

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

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

```
$ php composer.phar update devtime/backbone-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:

```
