PHPackages                             mprzytulski/arrow-path - 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. mprzytulski/arrow-path

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

mprzytulski/arrow-path
======================

v0.4(8y ago)099PHP

Since Mar 24Pushed 8y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (5)Used By (0)

Array Path
==========

[](#array-path)

Simple access array with `->` notation.

Examples
--------

[](#examples)

### Basic example

[](#basic-example)

```
$arrow = new Arrow(['something' => 1]);
echo $arror->something;
```

Output:

```
1

```

### Use naive mode

[](#use-naive-mode)

```
$arrow = new Arrow(['something' => 1], true);
echo $arror->something->otherthing;
```

Output:

```
''

```

### Get original value

[](#get-original-value)

```
$arrow = new Arrow(['something' => 1], true);
var_dump($arror->something());
```

Output:

```
int(1)

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

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

Every ~0 days

Total

4

Last Release

2968d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/61cf42e2f67ce9416eefb374a0c69fe5ebf4d91bcf147920a743ae41f673043d?d=identicon)[mprzytulski](/maintainers/mprzytulski)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/mprzytulski-arrow-path/health.svg)

```
[![Health](https://phpackages.com/badges/mprzytulski-arrow-path/health.svg)](https://phpackages.com/packages/mprzytulski-arrow-path)
```

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

22.8k69.3k](/packages/grumpydictator-firefly-iii)

PHPackages © 2026

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