PHPackages                             comensee/jquery-ui - 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. comensee/jquery-ui

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

comensee/jquery-ui
==================

Simple Bundle with composer.json added

059JavaScript

Since Oct 19Pushed 13y ago1 watchersCompare

[ Source](https://github.com/comensee/jquery-ui)[ Packagist](https://packagist.org/packages/comensee/jquery-ui)[ RSS](/packages/comensee-jquery-ui/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

[jQuery UI](http://jqueryui.com/) - Interactions and Widgets for the web
========================================================================

[](#jquery-ui---interactions-and-widgets-for-the-web)

jQuery UI provides interactions like Drag and Drop and widgets like Autocomplete, Tabs and Slider and makes these as easy to use as jQuery itself.

If you want to use jQuery UI, go to [jqueryui.com](http://jqueryui.com) to get started. Or visit the [Using jQuery UI Forum](http://forum.jquery.com/using-jquery-ui) for discussions and questions.

If you are interested in helping develop jQuery UI, you are in the right place. To discuss development with team members and the community, visit the [Developing jQuery UI Forum](http://forum.jquery.com/developing-jquery-ui) or in #jquery on irc.freednode.net.

For contributors
----------------

[](#for-contributors)

If you want to help and provide a patch for a bugfix or new feature, please take a few minutes and look at [our Getting Involved guide](http://wiki.jqueryui.com/w/page/35263114/Getting-Involved). In particular check out the [Coding standards](http://wiki.jqueryui.com/w/page/12137737/Coding-standards)and [Commit Message Style Guide](http://wiki.jqueryui.com/w/page/25941597/Commit-Message-Style-Guide).

In general, fork the project, create a branch for a specific change and send a pull request for that branch. Don't mix unrelated changes. You can use the commit message as the description for the pull request.

Running the Unit Tests
----------------------

[](#running-the-unit-tests)

Run the unit tests with a local server that supports PHP. No database is required. Pre-configured php local servers are available for Windows and Mac. Here are some options:

- Windows: [WAMP download](http://www.wampserver.com/en/)
- Mac: [MAMP download](http://www.mamp.info/en/index.html)
- Linux: [Setting up LAMP](https://www.linux.com/learn/tutorials/288158-easy-lamp-server-installation)
- [Mongoose (most platforms)](http://code.google.com/p/mongoose/)

Building jQuery UI
------------------

[](#building-jquery-ui)

jQuery UI uses the [grunt](http://github.com/cowboy/grunt) build system. Building jQuery UI requires node.js and a command line zip program.

Install grunt.

`npm install grunt -g`

Clone the jQuery UI git repo.

`git clone git://github.com/jquery/jquery-ui.git`

`cd jquery-ui`

Install node modules.

`npm install`

Run grunt.

`grunt build`

There are many other tasks that can be run through grunt. For a list of all tasks:

`grunt --help`

For committers
--------------

[](#for-committers)

When looking at pull requests, first check for [proper commit messages](http://wiki.jqueryui.com/w/page/12137724/Bug-Fixing-Guide).

Do not merge pull requests directly through GitHub's interface. Most pull requests are a single commit; cherry-picking will avoid creating a merge commit. It's also common for contributors to make minor fixes in an additional one or two commits. These should be squashed before landing in master.

**Make sure the author has a valid name and email address associated with the commit.**

Fetch the remote first:

```
git fetch [their-fork.git] [their-branch]

```

Then cherry-pick the commit(s):

```
git cherry-pick [sha-of-commit]

```

If you need to edit the commit message:

```
git cherry-pick -e [sha-of-commit]

```

If you need to edit the changes:

```
git cherry-pick -n [sha-of-commit]
# make changes
git commit --author="[author-name-and-email]"

```

If it should go to the stable brach, cherry-pick it to stable:

```
git checkout 1-8-stable
git cherry-pick -x [sha-of-commit-from-master]

```

*NOTE: Do not cherry-pick into 1-8-stable until you have pushed the commit from master upstream.*

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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/a67f822f89c7c5a42238896f20d5bfb9e33930a84aec40bdaa2eefda9fdaad1b?d=identicon)[comensee](/maintainers/comensee)

---

Top Contributors

[![scottgonzalez](https://avatars.githubusercontent.com/u/141167?v=4)](https://github.com/scottgonzalez "scottgonzalez (1560 commits)")[![jzaefferer](https://avatars.githubusercontent.com/u/52585?v=4)](https://github.com/jzaefferer "jzaefferer (898 commits)")[![rdworth](https://avatars.githubusercontent.com/u/107824?v=4)](https://github.com/rdworth "rdworth (739 commits)")[![kbwood](https://avatars.githubusercontent.com/u/229207?v=4)](https://github.com/kbwood "kbwood (179 commits)")[![eduardolundgren](https://avatars.githubusercontent.com/u/113087?v=4)](https://github.com/eduardolundgren "eduardolundgren (158 commits)")[![kborchers](https://avatars.githubusercontent.com/u/282468?v=4)](https://github.com/kborchers "kborchers (117 commits)")[![gnarf](https://avatars.githubusercontent.com/u/549355?v=4)](https://github.com/gnarf "gnarf (106 commits)")[![chicheng](https://avatars.githubusercontent.com/u/21835?v=4)](https://github.com/chicheng "chicheng (80 commits)")[![petersendidit](https://avatars.githubusercontent.com/u/52149?v=4)](https://github.com/petersendidit "petersendidit (32 commits)")[![bganicky](https://avatars.githubusercontent.com/u/49155?v=4)](https://github.com/bganicky "bganicky (23 commits)")[![1Marc](https://avatars.githubusercontent.com/u/19269?v=4)](https://github.com/1Marc "1Marc (22 commits)")[![hanshillen](https://avatars.githubusercontent.com/u/138848?v=4)](https://github.com/hanshillen "hanshillen (18 commits)")[![aaronchi](https://avatars.githubusercontent.com/u/6336?v=4)](https://github.com/aaronchi "aaronchi (14 commits)")[![dbolter](https://avatars.githubusercontent.com/u/524623?v=4)](https://github.com/dbolter "dbolter (9 commits)")[![kzys](https://avatars.githubusercontent.com/u/19111?v=4)](https://github.com/kzys "kzys (9 commits)")[![btburnett3](https://avatars.githubusercontent.com/u/58057?v=4)](https://github.com/btburnett3 "btburnett3 (8 commits)")[![Adovenmuehle](https://avatars.githubusercontent.com/u/27858?v=4)](https://github.com/Adovenmuehle "Adovenmuehle (7 commits)")[![tjvantoll](https://avatars.githubusercontent.com/u/544280?v=4)](https://github.com/tjvantoll "tjvantoll (6 commits)")[![ajpiano](https://avatars.githubusercontent.com/u/155599?v=4)](https://github.com/ajpiano "ajpiano (5 commits)")[![joshvarner](https://avatars.githubusercontent.com/u/208414?v=4)](https://github.com/joshvarner "joshvarner (5 commits)")

### Embed Badge

![Health badge](/badges/comensee-jquery-ui/health.svg)

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

###  Alternatives

[topthink/think-ide-helper

2723.7k12](/packages/topthink-think-ide-helper)[norberttech/static-content-generator-bundle

Generate static html pages from your symfony application

374.7k](/packages/norberttech-static-content-generator-bundle)

PHPackages © 2026

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