Fernando Alonso 3aade88f35 test ABM преди 7 години
..
src 3aade88f35 test ABM преди 7 години
tests 3aade88f35 test ABM преди 7 години
.gitignore 3aade88f35 test ABM преди 7 години
.php_cs 3aade88f35 test ABM преди 7 години
.travis.yml 3aade88f35 test ABM преди 7 години
ChangeLog.md 3aade88f35 test ABM преди 7 години
LICENSE 3aade88f35 test ABM преди 7 години
README.md 3aade88f35 test ABM преди 7 години
build.xml 3aade88f35 test ABM преди 7 години
composer.json 3aade88f35 test ABM преди 7 години
phpunit.xml 3aade88f35 test ABM преди 7 години

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