Download the PHP package odannyc/treeize without Composer
On this page you can find all versions of the php package odannyc/treeize. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download odannyc/treeize
More information about odannyc/treeize
Files in odannyc/treeize
Download odannyc/treeize
More information about odannyc/treeize
Files in odannyc/treeize
Vendor odannyc
Package treeize
Short Description The ultimate tree library. For all your tree recursion needs.
License Apache-2.0
Package treeize
Short Description The ultimate tree library. For all your tree recursion needs.
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package treeize
Treeize
The ultimate tree library. For all your tree recursion needs.
Installation
You can install this library using composer
composer require odannyc/treeize
Usage
Given a simple array:
You will be able to parse this tree and set it correctly recursively doing this:
The output will be:
If you'd like to change the "children" key to any other string you can do so by chaining off the create
method before parsing. So:
There's other options to chain on that method, here's the whole list:
parentKey
- Sets the parent key name: Default is "parent_key"
indexKey
- Sets the index key name: Default is "id"
parentId
- Sets the initial parent ID to search for: This is figured out if non is provided
childrenKey
- Sets the children key name as described above.
parse
- Accepts a callback function that you can apply to each item in the tree, an item is an array in this instance.
All versions of treeize with dependencies
PHP Build Version
Package Version
No informations.
The package odannyc/treeize contains the following files
Loading the files please wait ....