PHPackages                             colorium/arraydot - 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. colorium/arraydot

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

colorium/arraydot
=================

Traversable array with dot notation

v0.2(10y ago)071MITPHPPHP &gt;=5.6

Since Jan 5Pushed 10y ago1 watchersCompare

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

READMEChangelog (1)DependenciesVersions (3)Used By (0)

Traversable array using dot notation
====================================

[](#traversable-array-using-dot-notation)

Using an instance :

```
use Colorium\Tools\ArrayDot;

$array = new ArrayDot([
    'foo' => [
        'bar' => 'baz'
    ]
]);

echo $array['foo.bar']; // 'baz'
```

Using static methods :

```
use Colorium\Tools\ArrayDot;

$array = [
    'foo' => [
        'bar' => 'baz'
    ]
]

echo ArrayDot::get($array, 'foo.bar'); // 'baz'
```

Install
-------

[](#install)

`composer require colorium/arraydot`

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

3783d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b161a99525542118ee34031b51cab546de7d64d7fc9722b94ce717b298f5feee?d=identicon)[WickedYeti](/maintainers/WickedYeti)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/colorium-arraydot/health.svg)

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

PHPackages © 2026

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