PHPackages                             atomino/util-dot-notation - 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. atomino/util-dot-notation

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

atomino/util-dot-notation
=========================

Array dot notation converter

1.0(4y ago)0581MITPHP

Since Mar 17Pushed 4y ago1 watchersCompare

[ Source](https://github.com/atomino-framework/util-dot-notation)[ Packagist](https://packagist.org/packages/atomino/util-dot-notation)[ RSS](/packages/atomino-util-dot-notation/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (1)

DotNotation utility
===================

[](#dotnotation-utility)

```
DotNotation::extract(array $flattenedData):array;
DotNotation::flatten(array $hierarchicalData):array;
```

DotNotation converts hierarchical arrays between hierarchical format and dot-separated format.

Flattened dot-separated format:

```
$data = [
  "alfa.beta.gamma" => "1",
  "alfa.beta.delta" => "2",
  "alfa.omega" => "3"
];
```

Hierarchical data extracted from the dot-separated format:

```
$data = [
  "alfa" => [
    "beta" => [
      "gamma" => 1,
      "delta" => 2
    ],
    "omega" => 3
  ]
];
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

1520d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/66d6c319c7aaec0983a01e417b163694e8dca501b6a8ec82e1f5e2a03c88b2d6?d=identicon)[elvis](/maintainers/elvis)

---

Top Contributors

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

---

Tags

arraydot notation

### Embed Badge

![Health badge](/badges/atomino-util-dot-notation/health.svg)

```
[![Health](https://phpackages.com/badges/atomino-util-dot-notation/health.svg)](https://phpackages.com/packages/atomino-util-dot-notation)
```

###  Alternatives

[doctrine/collections

PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.

6.0k411.1M1.2k](/packages/doctrine-collections)[symfony/property-access

Provides functions to read and write from/to an object or array using a simple string notation

2.8k295.3M2.5k](/packages/symfony-property-access)[nette/utils

🛠 Nette Utils: lightweight utilities for string &amp; array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.

2.1k394.3M1.5k](/packages/nette-utils)[league/config

Define configuration arrays with strict schemas and access values with dot notation

564302.2M24](/packages/league-config)[cuyz/valinor

Dependency free PHP library that helps to map any input into a strongly-typed structure.

1.5k9.2M108](/packages/cuyz-valinor)[openlss/lib-array2xml

Array2XML conversion library credit to lalit.org

31052.5M47](/packages/openlss-lib-array2xml)

PHPackages © 2026

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