Libraries tagged by tree-structure
serj/sortable-tree
20 Downloads
A set of classes for Yii2 to create and maintain a tree.
wbx/tree-bundle
136 Downloads
tree structure
vhood/tree-converter
446 Downloads
tree structure type switcher
tadaspaplauskas/dom-to-array
16 Downloads
Converts DOM to array tree structure
sweelix/tree
21 Downloads
PHP 5.6+ Tree structure management
schmunk42/adjacency-list-behavior
6552 Downloads
Yii Framework Active Record Behavior for tree structures
phracktale/symfony-form-tree
2 Downloads
create select field with indentation for tree structure
nicmart/treebuilder
2 Downloads
TreeBuilder offers some fast methods to transform tree structures (arrays, object graphs, xml documents) to php array
maso/treeify
23 Downloads
Laravel package allows you to convert flat collections of models into hierarchical tree structures, simplifying parent-child relationships management.
lukaszmakuch/table-renderer
22 Downloads
Allows to render tree structures as tables (e.g. HTML).
luizalbertoni/tree-parser
4 Downloads
Parse tree structure
lmh/tree
4 Downloads
Library for handling tree structures based on parent IDs
landlib/treealgorithms
31 Downloads
This group of methods for work with tree structure. Provide methods build tree from flat array, find node in the tree by id, walk tree and execulte callback function for each node. Node of the tree has fields like as id, parent_id, children. Concrete names of the tree node fields can be configured with TreeAlgorithms properties idFieldName, parentIdFieldName, childsFieldName. Also exists javascript release, search lamzin-andrey/landlib on github.
krg/doctrine-nestedsets
25 Downloads
Library for working with tree structures in the database on the principle of "nested sets". A distinctive feature of the library is that it is possible to store several trees in one table. It is also not necessary to have one root node for each tree.
khazhinov/laravel-trees
266 Downloads
Multi-Tree structures for Laravel