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

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

bmatzner/marionette-bundle
==========================

MarionetteJS Bundle for Symfony2

1.8.8(12y ago)14151MITJavaScript

Since Jan 13Pushed 10y ago1 watchersCompare

[ Source](https://github.com/bmatzner/BmatznerMarionetteBundle)[ Packagist](https://packagist.org/packages/bmatzner/marionette-bundle)[ Docs](http://marionettejs.com/)[ RSS](/packages/bmatzner-marionette-bundle/feed)WikiDiscussions master Synced today

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

MarionetteJS Bundle for Symfony2
================================

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

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

[](#current-version)

MarionetteJS v1.8.8

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

[](#requirements)

MarionetteJS requires Backbone and a number of dependencies included in this package.

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

[](#installation)

### Add bundle to your composer.json file

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

```
// composer.json

{
    "require": {
		// ...
        "bmatzner/marionette-bundle": "~1.8"
    }
}
```

### Add bundle to your application kernel

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

```
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
	new Bmatzner\MarionetteBundle\BmatznerMarionetteBundle(),
	new Bmatzner\UnderscoreBundle\BmatznerUnderscoreBundle(),
	new Bmatzner\Json2Bundle\BmatznerJson2Bundle(),
	new Bmatzner\JQueryBundle\BmatznerJQueryBundle(),
	new Bmatzner\BackboneBundle\BmatznerBackboneBundle(),
        // ...
    );
}
```

### Download the bundle using Composer

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

```
$ php composer.phar update bmatzner/marionette-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)

### Install and reference the dependencies for Marionette:

[](#install-and-reference-the-dependencies-for-marionette)

```

```

Alternatively, use Lo-Dash as a drop-in replacement for Underscore (also available as a Symfony bundle "bmatzner/lodash-bundle")

Licenses
--------

[](#licenses)

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

References
----------

[](#references)

1.
2.
3.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity72

Established project with proven stability

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

Recently: every ~38 days

Total

17

Last Release

4400d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/204826?v=4)[Bernd Matzner](/maintainers/bmatzner)[@bmatzner](https://github.com/bmatzner)

---

Top Contributors

[![yapro](https://avatars.githubusercontent.com/u/263248?v=4)](https://github.com/yapro "yapro (1 commits)")

---

Tags

symfonyjavascriptbackbonemarionette

### Embed Badge

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

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

###  Alternatives

[sulu/sulu

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

1.3k1.4M203](/packages/sulu-sulu)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[sulu/skeleton

Project template for starting your new project based on the Sulu content management system

29735.5k](/packages/sulu-skeleton)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

9410.8k](/packages/ahmed-bhs-doctrine-doctor)[ecotone/symfony-bundle

Ecotone for Symfony — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Symfony Messenger, via PHP attributes.

11249.0k1](/packages/ecotone-symfony-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k13](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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