wbx / tree-bundle
tree structure
Installs: 136
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:symfony-bundle
pkg:composer/wbx/tree-bundle
Requires
- php: >=5.3.3
- stof/doctrine-extensions-bundle: ^1.2
- symfony/framework-bundle: >=2.1
This package is auto-updated.
Last update: 2025-10-24 04:17:20 UTC
README
wbxTreeBundle
=============
a Symfony2 Bundle to handle nested tree structure with Gedmo\NestedTree
(include jstree)
Installation
============
Composer
--------
"require": {
"wbx/tree-bundle": "*"
}
Add wbxTreeBundle to your application kernel
--------------------------------------------
// app/AppKernel.php
public function registerBundles()
{
return array(
// ...
new wbx\TreeBundle\wbxTreeBundle(),
// ...
);
}