.. _tree: Tree ---- A tree is a datastructure which represents data as a set of connected nodes, where each node has only one parent. PHP has no native tree. `Documentation `__ Related packages : `nicmart/tree `_