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

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

bmatzner/jquery-bundle
======================

jQuery Bundle for Symfony2

2.2.2(10y ago)3297.2k↓30.9%2[1 issues](https://github.com/bmatzner/BmatznerJQueryBundle/issues)[1 PRs](https://github.com/bmatzner/BmatznerJQueryBundle/pulls)7MITPHP

Since Jan 13Pushed 9y ago1 watchersCompare

[ Source](https://github.com/bmatzner/BmatznerJQueryBundle)[ Packagist](https://packagist.org/packages/bmatzner/jquery-bundle)[ Docs](http://jquery.com/)[ RSS](/packages/bmatzner-jquery-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (14)Used By (7)

jQuery Bundle for Symfony2
==========================

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

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

[](#current-version)

jQuery 1.12.2 jQuery Migrate Plugin 1.2.1

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

[](#installation)

### Add bundle to your composer.json file

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

Set the version of the bundle to the corresponding jQuery version. For IE6/7/8 support, use the master branch, the 2.x branch contains the lighter 2.x branch.

```
// composer.json

{
    "require": {
		// ...
        "bmatzner/jquery-bundle": "~1.12"
    }
}
```

### Add bundle to your application kernel

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

```
// app/AppKernel.php

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

### Download the bundle using Composer

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

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

37

—

LowBetter than 81% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity70

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

Recently: every ~173 days

Total

13

Last Release

3751d ago

Major Versions

1.10.2 → 2.0.32013-11-22

1.11.0 → 2.1.02014-02-28

1.11.1 → 2.1.12014-05-05

### Community

Maintainers

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

---

Tags

symfonyjavascriptjquery

### Embed Badge

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

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

###  Alternatives

[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)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

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

PHPackages © 2026

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