ORIENT/vendor/sebastian/object-enumerator
merdan ac002c1ac1 reklama 2021-04-08 13:08:59 +05:00
..
src reklama 2021-04-08 13:08:59 +05:00
tests reklama 2021-04-08 13:08:59 +05:00
.gitignore reklama 2021-04-08 13:08:59 +05:00
.php_cs reklama 2021-04-08 13:08:59 +05:00
.travis.yml reklama 2021-04-08 13:08:59 +05:00
ChangeLog.md reklama 2021-04-08 13:08:59 +05:00
LICENSE reklama 2021-04-08 13:08:59 +05:00
README.md reklama 2021-04-08 13:08:59 +05:00
build.xml reklama 2021-04-08 13:08:59 +05:00
composer.json reklama 2021-04-08 13:08:59 +05:00
phpunit.xml reklama 2021-04-08 13:08:59 +05:00

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