PHPackages                             arth/traverse - 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. arth/traverse

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

arth/traverse
=============

Service for manipulate path

2.0.0(6y ago)023[1 PRs](https://github.com/vpArth-php/traverse/pulls)MITPHPCI failing

Since Nov 16Pushed 3mo agoCompare

[ Source](https://github.com/vpArth-php/traverse)[ Packagist](https://packagist.org/packages/arth/traverse)[ RSS](/packages/arth-traverse/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

PHP Traverse service
====================

[](#php-traverse-service)

Service for get array/object deep access by string path with some separator

### Installation

[](#installation)

```
composer req arth/traverse
```

### Usage

[](#usage)

```
use Arth\Util\Traverse as T;

$data = ['a' => ['b' => ['c' => 'Hello', 'd' => null]]];

$svc = new T\Service('->');

$svc->has('a->b->c', $data); // true
$svc->get('a->b->c', $data); // 'Hello'

$container = new T\Container($data);
$container['a.b']; // ['c' => 'Hello']
isset($container['a.b.d']); // false

$w = new T\Wrapper($data);
$w['a']['b.c']->getValue(); // 'Hello'
```

See tests for more examples

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance53

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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 ~7 days

Total

3

Last Release

2361d ago

Major Versions

v1.0.1 → 2.0.02019-11-29

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/52800?v=4)[arth](/maintainers/arth)[@arth](https://github.com/arth)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/arth-traverse/health.svg)

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

###  Alternatives

[hammerstone/sidecar-inertia

A Laravel package to render Inertia apps on AWS Lambda.

6210.9k](/packages/hammerstone-sidecar-inertia)

PHPackages © 2026

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