PHPackages                             bluezed/yii2-fancytree-widget - 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. bluezed/yii2-fancytree-widget

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

bluezed/yii2-fancytree-widget
=============================

The yii2-fancytree widget is a Yii 2 wrapper for Fancytree, a JavaScript dynamic tree view plugin for jQuery with support for persistence, keyboard, checkboxes, tables, drag'n'drop, and lazy loading

v1.0.4(10y ago)1104BSD-3-ClausePHP

Since Jul 17Pushed 9y ago1 watchersCompare

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

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

yii2-fancytree-widget
=====================

[](#yii2-fancytree-widget)

The yii2-fancytree-widget is a Yii 2 wrapper for [Fancytree](http://wwwendt.de/tech/fancytree/demo/), a JavaScript dynamic tree view plugin for jQuery with support for persistence, keyboard, checkboxes, tables, drag'n'drop, and lazy loading.

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist bluezed/yii2-fancytree-widget "*"

```

or add

```
"bluezed/yii2-fancytree-widget": "*"

```

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

How to use
----------

[](#how-to-use)

On your view file.

```
