sebastian/object-enumerator

Traverses array structures and object graphs to enumerate all referenced objects

Maintainers

Package info

github.com/sebastianbergmann/object-enumerator

Homepage

pkg:composer/sebastian/object-enumerator

Transparency log

Statistics

Installs: 880 659 695

Dependents: 17

Suggesters: 0

Stars: 6 527

Open Issues: 1

8.1.0 2026-08-13 07:05 UTC

This package is auto-updated.

Last update: 2026-09-01 01:24:24 UTC


README

Latest Stable Version CI Status codecov

sebastian/object-enumerator

Traverses array structures and object graphs to enumerate all referenced objects.

Installation

You can add this library as a local, per-project dependency to your project using Composer:

composer require sebastian/object-enumerator

If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:

composer require --dev sebastian/object-enumerator