sunlight 897b10eb13 mzb | 6 gadi atpakaļ | |
---|---|---|
.. | ||
src | 6 gadi atpakaļ | |
tests | 6 gadi atpakaļ | |
.gitignore | 6 gadi atpakaļ | |
.php_cs | 6 gadi atpakaļ | |
.travis.yml | 6 gadi atpakaļ | |
ChangeLog.md | 6 gadi atpakaļ | |
LICENSE | 6 gadi atpakaļ | |
README.md | 6 gadi atpakaļ | |
build.xml | 6 gadi atpakaļ | |
composer.json | 6 gadi atpakaļ | |
phpunit.xml | 6 gadi atpakaļ |
Traverses array structures and object graphs to enumerate all referenced objects.
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