PHPackages                             ronappleton/php-dot - 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. ronappleton/php-dot

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

ronappleton/php-dot
===================

Set and get array values via dot notation.

v1.0(6y ago)1391MITPHPPHP &gt;=4

Since Feb 24Pushed 6y ago2 watchersCompare

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

READMEChangelog (1)DependenciesVersions (2)Used By (1)

Php Dot
=======

[](#php-dot)

Php Dot allows you to add and retreive values from a php array via dot notation.

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

[](#installation)

`composer require ronappleton/php-dot "v1.0"`

Usage
-----

[](#usage)

Declare `use RonAppleton\Dot\Dot;` at the top of your file.

Then:

`$dot = new Dot;`

`$value = $dot->get($array, 'key.to.your.value', $defaultValue);`

`$success = $dot->set($array, 'key.to.append.value', $value);`

Note: set accesses the array via reference and returns true on success.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

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

2275d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6e2afdd94a6f21a4ec2c5df569b80c1d47d6f5d0428f866f55c4bc117856b58b?d=identicon)[Ron Appleton](/maintainers/Ron%20Appleton)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/ronappleton-php-dot/health.svg)

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

###  Alternatives

[downshiftorg/wp-event-emitter

An object oriented event emitter for WordPress actions

1811.3k2](/packages/downshiftorg-wp-event-emitter)

PHPackages © 2026

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