sakuraphp / sakura
Sakura library contains implementations of 3 methods, which can manage different types of hierarchical structure (tree) on relational database.
Installs: 28
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/sakuraphp/sakura
This package is auto-updated.
Last update: 2025-09-28 06:41:13 UTC
README
Sakura is library which manages hierarchical structure (tree) in database. Sakura can support various database libraries via external packages which implement interfaces of sakuraphp/sakura. Sakura contains implementation of 3 different methods:
- node with link to parent node Recursive
- node with link to parent node and order value Order
- node with left and right values of order Traversal
Installation
$ composer require sakuraphp/sakura-dibi