Libraries tagged by array tree
echozzy/array-tree
40 Downloads
array-tree
clouds-flight/array-tree
4 Downloads
library for change array with tree structure to tree structure
shakilnadim/treefy
3 Downloads
It is a laravel package to convert an array of self related data to an array of trees based on the relation.
nicmart/treebuilder
2 Downloads
TreeBuilder offers some fast methods to transform tree structures (arrays, object graphs, xml documents) to php array
muhammetsafak/data-tree
4 Downloads
Converts a one-dimensional array into a tree with relationships as a multidimensional array.
brisum/lib-tree-builder
25 Downloads
Build tree from array, object list
landlib/treealgorithms
29 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.
codrasil/tree
810 Downloads
PHP Library to generate a hierarchical tree list from array.
ashleydawson/canonically-flatten-tree
3202 Downloads
Pure function to flatten a tree (n-dimensional array) into a canonicalised list array
imamassi/tree
14 Downloads
Tree generator from an array/object with parent id
hxari/tree
2 Downloads
Create a Tree structure using an Array.
zongphp/tree
32 Downloads
无限分类
vhood/tree-converter
330 Downloads
tree structure type switcher
mfarag/cartesian-tree
10 Downloads
A Laravel package that implements the cartesian algorithm to generate permutations out of a sequence of arrays.
libpoint/tree-structure-builder
23 Downloads
Builds menu structure from flat array objects