PHPackages                             yiisoft/yii2-jui - 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. yiisoft/yii2-jui

ActiveYii2-extension[Framework](/categories/framework)

yiisoft/yii2-jui
================

The Jquery UI extension for the Yii framework

2.0.7(8y ago)1399.2M↓13.1%110[5 issues](https://github.com/yiisoft/yii2-jui/issues)[3 PRs](https://github.com/yiisoft/yii2-jui/pulls)20BSD-3-ClausePHPCI passing

Since Nov 25Pushed 3mo ago24 watchersCompare

[ Source](https://github.com/yiisoft/yii2-jui)[ Packagist](https://packagist.org/packages/yiisoft/yii2-jui)[ RSS](/packages/yiisoft-yii2-jui/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (14)Used By (20)Security (1)

 [ ![](https://camo.githubusercontent.com/0e140d91565c8ca1e283a7f095c43c3453966d186504fdaccf010809b70b41ba/68747470733a2f2f6272616e642e6a71756572792e6f72672f7265736f75726365732f6a717565727975692d6d61726b2d6461726b2e676966) ](https://jqueryui.com/)

JUI Extension for Yii 2
=======================

[](#jui-extension-for-yii-2)

This is the JQuery UI extension for [Yii framework 2.0](https://www.yiiframework.com). It encapsulates [JQuery UI widgets](https://jqueryui.com/) as Yii widgets, and makes using JQuery UI widgets in Yii applications extremely easy.

For license information check the [LICENSE](LICENSE.md)-file.

Documentation is at [docs/guide/README.md](docs/guide/README.md).

[![Latest Stable Version](https://camo.githubusercontent.com/05d8a9ec056fcb9ca297cc42a1970ec243620474f0abc3345274505fd4b1da32/68747470733a2f2f706f7365722e707567782e6f72672f796969736f66742f796969322d6a75692f762f737461626c652e706e67)](https://packagist.org/packages/yiisoft/yii2-jui)[![Total Downloads](https://camo.githubusercontent.com/4e298b5398dccc02c63981bddf6f248432f2069f1d6ee9b424dd44654b783206/68747470733a2f2f706f7365722e707567782e6f72672f796969736f66742f796969322d6a75692f646f776e6c6f6164732e706e67)](https://packagist.org/packages/yiisoft/yii2-jui)[![Build Status](https://github.com/yiisoft/yii2-jui/workflows/build/badge.svg)](https://github.com/yiisoft/yii2-jui/actions)[![codecov](https://camo.githubusercontent.com/335a027015bc0f093337a969af0853210828dd6898c2d7b3c33cb8073102ca7f/68747470733a2f2f636f6465636f762e696f2f67682f796969736f66742f796969322d6a75692f67726170682f62616467652e737667)](https://codecov.io/gh/yiisoft/yii2-jui)

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

[](#installation)

Important

- The minimum required [PHP](https://www.php.net/) version is PHP `7.4`.
- It works best with PHP `8`.

The preferred way to install this extension is through [composer](https://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist yiisoft/yii2-jui

```

or add

```
"yiisoft/yii2-jui": "~2.0.0"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

The following single line of code in a view file would render a [JQuery UI DatePicker](https://api.jqueryui.com/datepicker/) widget:

```
