PHPackages                             adrian-ortega/dot-notation-php - 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. adrian-ortega/dot-notation-php

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

adrian-ortega/dot-notation-php
==============================

Access array data with dot notation

0.0.0(8y ago)134MITPHP

Since Feb 25Pushed 8y ago2 watchersCompare

[ Source](https://github.com/adrian-ortega/dot-notation-php)[ Packagist](https://packagist.org/packages/adrian-ortega/dot-notation-php)[ Docs](https://github.com/adrian-ortega/dot-notation-php)[ RSS](/packages/adrian-ortega-dot-notation-php/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Simple Dot Notation with PHP
============================

[](#simple-dot-notation-with-php)

Access array data with dot notation.

Usage
-----

[](#usage)

```
$data = [
	'first_name' => 'John',
	'title' => 'Doe',
	'company' => 'ACME',
	'age' => 36,
	'address' => [
		'street' => '123 Anywhere Street',
		'city' => 'Los Angeles',
		'state' => 'CA',
		'zip_code' => 90210
	]
];

$street = DotNotation::parse('address.street', $data);

// outputs 123 Anywhere Street
echo $street

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

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

3000d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/00e179ac3c9c5908c95cec79978c3fe0eb565289d415a139871e928472b70b4b?d=identicon)[adrian-ortega](/maintainers/adrian-ortega)

---

Top Contributors

[![adrian-ortega](https://avatars.githubusercontent.com/u/5359952?v=4)](https://github.com/adrian-ortega "adrian-ortega (2 commits)")

---

Tags

dot-notationarraynotationarraysdot notation

### Embed Badge

![Health badge](/badges/adrian-ortega-dot-notation-php/health.svg)

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

###  Alternatives

[minwork/array

Pack of advanced array functions specifically tailored for: associative (assoc) array, multidimensional array, array of objects and handling nested array elements

66256.1k5](/packages/minwork-array)[dotty/dotty

Easy access to array data using dot notation

1293.8k1](/packages/dotty-dotty)[sarhan/php-flatten

Flattens multidimensional arrays, traversables and vars into one dimensional array.

21177.7k1](/packages/sarhan-php-flatten)[rotexsoft/versatile-collections

A collection package that can be extended to implement things such as a Dependency Injection Container, RecordSet objects for housing database records, a bag of http cookies, or technically any collection of items that can be looped over and whose items can each be accessed using array-access syntax or object property syntax.

186.0k1](/packages/rotexsoft-versatile-collections)[pharaonic/php-dot-array

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

1011.6k3](/packages/pharaonic-php-dot-array)[michaels/data-manager

Simple data manager for nested data, dot notation array access, extendability, and container interoperability.

121.9k2](/packages/michaels-data-manager)

PHPackages © 2026

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