PHPackages                             tadcka/jstree-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. tadcka/jstree-bundle

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

tadcka/jstree-bundle
====================

JsTree bundle on Symfony2

v0.4.0(10y ago)211.4k2MITPHPPHP &gt;=5.3.3

Since Sep 28Pushed 10y ago1 watchersCompare

[ Source](https://github.com/tadcka/JsTreeBundle)[ Packagist](https://packagist.org/packages/tadcka/jstree-bundle)[ Docs](https://github.com/tadcka/JsTreeBundle)[ RSS](/packages/tadcka-jstree-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (4)Dependencies (3)Versions (5)Used By (2)

JsTreeBundle
============

[](#jstreebundle)

[![Latest Stable Version](https://camo.githubusercontent.com/2771a1bdb384b94161ab94c3a5e23b7e82a98ab60eae35f768fa658abfed332b/68747470733a2f2f706f7365722e707567782e6f72672f746164636b612f6a73747265652d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/tadcka/jstree-bundle) [![Total Downloads](https://camo.githubusercontent.com/e0b2bf03a6aee123755b49adad4c59b29787c5ef43a96c10fad79cf3bfe83397/68747470733a2f2f706f7365722e707567782e6f72672f746164636b612f6a73747265652d62756e646c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/tadcka/jstree-bundle) [![Latest Unstable Version](https://camo.githubusercontent.com/2bf16c5d386c2312ba3b8673d2451058040e2239044bf1eab632672961baa972/68747470733a2f2f706f7365722e707567782e6f72672f746164636b612f6a73747265652d62756e646c652f762f756e737461626c652e737667)](https://packagist.org/packages/tadcka/jstree-bundle) [![License](https://camo.githubusercontent.com/1035845c03a4a3e172ad0cae0d0b145af529cb64dec80039c1129dfb985d5998/68747470733a2f2f706f7365722e707567782e6f72672f746164636b612f6a73747265652d62756e646c652f6c6963656e73652e737667)](https://packagist.org/packages/tadcka/jstree-bundle)

TadckaJsTreeBundle integrates library JsTree.

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

[](#installation)

### Step 1: Download TadckaJsTreeBundle using composer

[](#step-1-download-tadckajstreebundle-using-composer)

Add TadckaJsTreeBundle in your composer.json:

```
{
    "require": {
        "tadcka/jstree-bundle": "dev-master"
    }
}
```

And set component dir, example:

```
{
    "config": {
        "component-dir": "web/components"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update tadcka/jstree-bundle
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
