sakuraphp/sakura

Sakura library contains implementations of 3 methods, which can manage different types of hierarchical structure (tree) on relational database.

2.0 2020-01-26 21:11 UTC

This package is auto-updated.

Last update: 2024-04-28 03:14:21 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