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: 862 359 353

Dependents: 17

Suggesters: 0

Stars: 6 533

Open Issues: 3

8.0.0 2026-02-06 04:46 UTC

This package is auto-updated.

Last update: 2026-07-29 20:55:21 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