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: 865 454 352

Dependents: 17

Suggesters: 0

Stars: 6 531

Open Issues: 2

8.0.0 2026-02-06 04:46 UTC

This package is auto-updated.

Last update: 2026-08-04 22:43:08 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