Dashboard sipadu mbip
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
root d8c1b4a1be initial 5 anos atrás
..
src initial 5 anos atrás
tests initial 5 anos atrás
.gitignore initial 5 anos atrás
.php_cs initial 5 anos atrás
.travis.yml initial 5 anos atrás
ChangeLog.md initial 5 anos atrás
LICENSE initial 5 anos atrás
README.md initial 5 anos atrás
build.xml initial 5 anos atrás
composer.json initial 5 anos atrás
phpunit.xml initial 5 anos atrás

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