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: 876 613 931

Dependents: 17

Suggesters: 0

Stars: 6 528

Open Issues: 4

8.1.0 2026-08-13 07:05 UTC

This package is auto-updated.

Last update: 2026-08-23 22:16:18 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