lgy 82b749740f second il y a 1 semaine
..
src 82b749740f second il y a 1 semaine
tests 82b749740f second il y a 1 semaine
.gitignore 82b749740f second il y a 1 semaine
.php_cs 82b749740f second il y a 1 semaine
.travis.yml 82b749740f second il y a 1 semaine
ChangeLog.md 82b749740f second il y a 1 semaine
LICENSE 82b749740f second il y a 1 semaine
README.md 82b749740f second il y a 1 semaine
build.xml 82b749740f second il y a 1 semaine
composer.json 82b749740f second il y a 1 semaine
phpunit.xml 82b749740f second il y a 1 semaine

README.md

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