PHPackages                             bmatzner/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. bmatzner/backbone-bundle

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

bmatzner/backbone-bundle
========================

Backbone.js Bundle for Symfony2

1.3.3(9y ago)06301MITJavaScript

Since Jan 13Pushed 9y ago1 watchersCompare

[ Source](https://github.com/bmatzner/BmatznerBackboneBundle)[ Packagist](https://packagist.org/packages/bmatzner/backbone-bundle)[ Docs](http://backbonejs.org/)[ RSS](/packages/bmatzner-backbone-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (9)Used By (1)

Backbone.js Bundle for Symfony2
===============================

[](#backbonejs-bundle-for-symfony2)

Current Version
---------------

[](#current-version)

backbone.js v1.3.3

Requirements
------------

[](#requirements)

Backbone requires either Underscore.js or Lo-Dash and optionally jQuery or Zepto.

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

[](#installation)

### Add bundle to your composer.json file

[](#add-bundle-to-your-composerjson-file)

```
// composer.json

{
    "require": {
		// ...
        "bmatzner/backbone-bundle": "~1.3"
    }
}
```

### Add bundle to your application kernel

[](#add-bundle-to-your-application-kernel)

```
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Bmatzner\BackboneBundle\BmatznerBackboneBundle(),
        // ...
    );
}
```

### Download the bundle using Composer

[](#download-the-bundle-using-composer)

```
$ php composer.phar update bmatzner/backbone-bundle
```

### Install assets

[](#install-assets)

Given your server's public directory is named "web", install the public vendor resources

```
$ php app/console assets:install web
```

Optionally, use the --symlink attribute to create links rather than copies of the resources

```
$ php app/console assets:install --symlink web
```

Usage
-----

[](#usage)

Refer to the desired files in your HTML template, e.g.

```

```

Licenses
--------

[](#licenses)

Refer to the source code of the included files for license information

References
----------

[](#references)

1.
2.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity68

Established project with proven stability

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

Recently: every ~347 days

Total

7

Last Release

3417d ago

Major Versions

0.9.10 → 1.0.02013-03-20

### Community

Maintainers

![](https://www.gravatar.com/avatar/665fad4e0c685309ed3a1f9a1ff98ecd3f4bf331f13bf3ff8061ed68f57321b7?d=identicon)[bmatzner](/maintainers/bmatzner)

---

Tags

symfonyjavascriptbackbone

### Embed Badge

![Health badge](/badges/bmatzner-backbone-bundle/health.svg)

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

###  Alternatives

[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[devtime/backbone-bundle

Easily setup and use backbone.js with Symfony2

415.8k1](/packages/devtime-backbone-bundle)[sunra/angularjs-symfony2-bundle

AngularJS and set of usefull thirdparty libs - composer packaged and in symfony2 bundle

133.9k](/packages/sunra-angularjs-symfony2-bundle)

PHPackages © 2026

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