PHPackages                             robinbressan/sequoia - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. robinbressan/sequoia

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

robinbressan/sequoia
====================

Provide tools to manage tree data structure

06PHP

Since Dec 13Pushed 12y ago1 watchersCompare

[ Source](https://github.com/RobinBressan/sequoia)[ Packagist](https://packagist.org/packages/robinbressan/sequoia)[ RSS](/packages/robinbressan-sequoia/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Sequoia
=======

[](#sequoia)

Basic object model to deal with tree

Installation
------------

[](#installation)

The recommended way to install `sequoia` is through Composer. Just create a `composer.json` file, and run the `composer install` command to install it:

```
{
    "require": {
        "robinbressan/sequoia": "dev-master"
    }
}
```

Usage
-----

[](#usage)

```
$tree = new Tree(new Node('root'));

$foo = new Node('foo');
$tree->getRootNode()->appendChild($foo);

$bar = new Node('bar');
$foo->appendChild($bar);

// Returns $bar
$tree->getRootNode()->find('foo/bar');
```

License
-------

[](#license)

This library is available under the MIT License.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4641116?v=4)[Robin Bressan](/maintainers/RobinBressan)[@RobinBressan](https://github.com/RobinBressan)

---

Top Contributors

[![RobinBressan](https://avatars.githubusercontent.com/u/4641116?v=4)](https://github.com/RobinBressan "RobinBressan (3 commits)")

### Embed Badge

![Health badge](/badges/robinbressan-sequoia/health.svg)

```
[![Health](https://phpackages.com/badges/robinbressan-sequoia/health.svg)](https://phpackages.com/packages/robinbressan-sequoia)
```

###  Alternatives

[pharaonic/php-dot-array

Access array data quickly/easily using dot-notation and asterisk.

1011.6k3](/packages/pharaonic-php-dot-array)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
