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

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

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

jQuery Mobile Bundle for Symfony2

1.4.5(10y ago)03.7k1MITJavaScript

Since Jan 26Pushed 10y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (8)Used By (0)

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

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

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

[](#current-version)

jQuery Mobile 1.4.5

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

[](#installation)

### Add bundle to your composer.json file

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

```
// composer.json

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

### Add bundle to your application kernel

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

```
// app/AppKernel.php

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

### Download the bundle using Composer

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

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

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~192 days

Recently: every ~282 days

Total

7

Last Release

3705d ago

### Community

Maintainers

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

---

Top Contributors

[![Gemorroj](https://avatars.githubusercontent.com/u/885731?v=4)](https://github.com/Gemorroj "Gemorroj (2 commits)")[![AlbertBrand](https://avatars.githubusercontent.com/u/982975?v=4)](https://github.com/AlbertBrand "AlbertBrand (1 commits)")

---

Tags

symfonyjavascriptjquerymobile

### Embed Badge

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

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

###  Alternatives

[norberttech/aceeditor-bundle

Bundle that integrate excellent JavaScript ace editor into Symfony Form.

28310.8k](/packages/norberttech-aceeditor-bundle)

PHPackages © 2026

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