PHPackages                             mem-memov/quatro - 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. mem-memov/quatro

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

mem-memov/quatro
================

Graph basic library

00PHP

Since Jun 26Pushed 10y ago1 watchersCompare

[ Source](https://github.com/mem-memov/quatro)[ Packagist](https://packagist.org/packages/mem-memov/quatro)[ RSS](/packages/mem-memov-quatro/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

quatro
======

[](#quatro)

linear graph

class MyStore implements MemMemov\\Quatro\\StoreInterface { }

$myStore = new MyStore();

$quatro = new MemMemov\\Quatro\\Quatro($myStore);

**Create new nodes**

$n1 = $quatro-&gt;create(); $n2 = $quatro-&gt;create(); $n3 = $quatro-&gt;create();

**Connect nodes**

$n1-&gt;add($n2); $n1-&gt;add($n3);

**Iterate over child nodes**

$n1-&gt;each(function($node) {

});

**Find a node by its ID**

$n3 = $quatro-&gt;read(3);

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

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/1523512?v=4)[mem-memov](/maintainers/mem-memov)[@mem-memov](https://github.com/mem-memov)

---

Top Contributors

[![mem-memov](https://avatars.githubusercontent.com/u/1523512?v=4)](https://github.com/mem-memov "mem-memov (11 commits)")

### Embed Badge

![Health badge](/badges/mem-memov-quatro/health.svg)

```
[![Health](https://phpackages.com/badges/mem-memov-quatro/health.svg)](https://phpackages.com/packages/mem-memov-quatro)
```

PHPackages © 2026

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