Libraries tagged by tree-structure
george-zakharov/tree-structure
0 Downloads
This project helps to operate with tree structure based on Nested Sets method via MySQL
theoluirard/tree-structured-relation
18 Downloads
A package that adds a trait to the Laravel Model class and extends the Laravel Relation class with two new types of relations.
serj/sortable-tree
27 Downloads
A set of classes for Yii2 to create and maintain a tree.
alto/tree
3 Downloads
Build, parse, traverse, print, edit, and compare filesystem trees in PHP.
wbx/tree-bundle
136 Downloads
tree structure
vhood/tree-converter
472 Downloads
tree structure type switcher
tmc1807/laravel-tree-chart
38 Downloads
Framework-agnostic tree structure chart for Laravel Blade. Pure Blade component, inline CSS/JS, no Bootstrap or Livewire required.
tadaspaplauskas/dom-to-array
17 Downloads
Converts DOM to array tree structure
phracktale/symfony-form-tree
3 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
25 Downloads
Laravel package allows you to convert flat collections of models into hierarchical tree structures, simplifying parent-child relationships management.
lukaszmakuch/table-renderer
23 Downloads
Allows to render tree structures as tables (e.g. HTML).
luizalbertoni/tree-parser
5 Downloads
Parse tree structure
lmh/tree
5 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.