|
пре 1 година | |
---|---|---|
.. | ||
.github | пре 1 година | |
.phive | пре 1 година | |
.psalm | пре 1 година | |
src | пре 1 година | |
tests | пре 1 година | |
tools | пре 1 година | |
.gitattributes | пре 1 година | |
.gitignore | пре 1 година | |
.php_cs.dist | пре 1 година | |
ChangeLog.md | пре 1 година | |
LICENSE | пре 1 година | |
README.md | пре 1 година | |
build.xml | пре 1 година | |
composer.json | пре 1 година | |
phpunit.xml | пре 1 година |
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