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

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

alexandermatveev/jquery-bundle
==============================

jQuery Bundle for Symfony2

1.0(8y ago)075MITPHPPHP &gt;=5.3.0

Since Jun 16Pushed 8y ago1 watchersCompare

[ Source](https://github.com/AlexanderMatveev/jquery-bundle)[ Packagist](https://packagist.org/packages/alexandermatveev/jquery-bundle)[ Docs](https://github.com/AlexanderMatveev/jquery-bundle)[ RSS](/packages/alexandermatveev-jquery-bundle/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

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

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

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

[](#current-version)

jQuery 3.2.1

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

[](#installation)

### Add bundle to your composer.json file

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

```
// composer.json

{
    "require": {
		// ...
        "alexandermatveev/jquery-bundle": "*"
    }
}
```

### Add bundle to your application kernel

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

```
// app/AppKernel.php

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

### Download the bundle using Composer

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

```
$ php composer.phar update alexandermatveev/jquery-bundle
```

### Install assets

[](#install-assets)

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

```
$ bin/console assets:install web
```

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

```
$ bin/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

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

3256d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/58c62efae198ffa8f65956fd33eee2a9e87a58d28a1884d825ca7595cfbfee69?d=identicon)[AlexanderMatveev](/maintainers/AlexanderMatveev)

---

Top Contributors

[![AlexanderMatveev](https://avatars.githubusercontent.com/u/1456669?v=4)](https://github.com/AlexanderMatveev "AlexanderMatveev (6 commits)")

---

Tags

symfonyjavascriptjquery

### Embed Badge

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

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

###  Alternatives

[snapappointments/bootstrap-select

The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more. Now with Bootstrap 4 support.

9.8k480.4k3](/packages/snapappointments-bootstrap-select)[froala/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

5.4k306.9k3](/packages/froala-wysiwyg-editor)[fedemotta/yii2-widget-datatables

DataTables widget for Yii2

34179.4k1](/packages/fedemotta-yii2-widget-datatables)[efficiently/jquery-laravel

This package provides jQuery and the jQuery-ujs driver for your Laravel &gt;= 6 application.

1311.0k1](/packages/efficiently-jquery-laravel)

PHPackages © 2026

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