PHPackages                             simkimsia/cakephp-backbone - 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. simkimsia/cakephp-backbone

ActiveCakephp-plugin[Framework](/categories/framework)

simkimsia/cakephp-backbone
==========================

048[1 issues](https://github.com/simkimsia/CakePhp-Backbone-Plugin/issues)JavaScript

Since Sep 27Pushed 12y ago1 watchersCompare

[ Source](https://github.com/simkimsia/CakePhp-Backbone-Plugin)[ Packagist](https://packagist.org/packages/simkimsia/cakephp-backbone)[ RSS](/packages/simkimsia-cakephp-backbone/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

CakePHP Backbone Plugin
=======================

[](#cakephp-backbone-plugin)

This is a very simple CakePHP plugin enabling you to add Backbone to your cake projects.

It does very little apart from supply you with the backbone base files, and offer you and a 'controller component' with a customized 'json'.

This will mate sure Cake controller set model properties will be output in the style Backbone is happy with.

Dependencies
------------

[](#dependencies)

In order to have the base files automatically loaded you need to install Mark Story's excellent 'Asset Compress' plugin

AssetCompress is available at [github](http://github.com/markstory/asset_compress)

### Installation

[](#installation)

In your bootstrap.php make sure you include the plugin

```
CakePlugin::load('CakephpBackbone');

```

Make sure you add set the correct files in your compress\_asset.ini

```
[js]
paths[] = /cake/Backbone/

[backbone-base.js]
files[] = lib/jquery-min.js
files[] = lib/underscore-min.js
files[] = lib/backbone-min.js

```

You can then show that you are going to use the Backbone component and asset compress helper in your controllers.

```
var $helpers = array('AssetCompress.AssetCompress');

public $components = array (
	'RequestHandler',
	'CakephpBackbone.Backbone'
);

```

Then add the backbone files to your view.

```

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/93ee83726396b2c3518ef1d0040223d0474f340e5903c1356503fbda058bb65f?d=identicon)[kimsia](/maintainers/kimsia)

---

Top Contributors

[![mackstar](https://avatars.githubusercontent.com/u/197328?v=4)](https://github.com/mackstar "mackstar (3 commits)")[![EnragedIceberg](https://avatars.githubusercontent.com/u/62996112?v=4)](https://github.com/EnragedIceberg "EnragedIceberg (1 commits)")

### Embed Badge

![Health badge](/badges/simkimsia-cakephp-backbone/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M290](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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