mickey135 9e3b5098e2 feat:初始化sz地铁 | hace 1 mes | |
---|---|---|
.. | ||
src | hace 1 mes | |
tests | hace 1 mes | |
.gitignore | hace 1 mes | |
.php_cs | hace 1 mes | |
.travis.yml | hace 1 mes | |
ChangeLog.md | hace 1 mes | |
LICENSE | hace 1 mes | |
README.md | hace 1 mes | |
build.xml | hace 1 mes | |
composer.json | hace 1 mes | |
phpunit.xml | hace 1 mes |
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