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

ActiveSymfony-bundle

tadcka/tree-bundle
==================

Tree bundle on Symfony2

0182PHP

Since Sep 3Pushed 11y ago1 watchersCompare

[ Source](https://github.com/tadcka/TreeBundle)[ Packagist](https://packagist.org/packages/tadcka/tree-bundle)[ RSS](/packages/tadcka-tree-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

TreeBundle
==========

[](#treebundle)

[![Build Status](https://camo.githubusercontent.com/25b5f13992398982687395c9bfc70087025119ff00ec8e17076048cdd5ae616f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f746164636b612f5472656542756e646c652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/tadcka/TreeBundle/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/2969ac0c556114dd0a0b8974dfda8f6099cb4ad11c5979cc0a742c77a44bd10f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f746164636b612f5472656542756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/tadcka/TreeBundle/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/db0c2596a371631f88612d2913e9378252308ec44fdec1835da4257be5bb5500/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f746164636b612f5472656542756e646c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/tadcka/TreeBundle/?branch=master)

Tree manager bundle, not stable.

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

[](#installation)

### Step 1: Download TadckaTreeBundle using composer

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

Add TadckaTreeBundle in your composer.json:

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

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

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

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
