wesmiler a41138daae wesmiler há 1 ano atrás
..
.github a41138daae wesmiler há 1 ano atrás
.phive a41138daae wesmiler há 1 ano atrás
.psalm a41138daae wesmiler há 1 ano atrás
src a41138daae wesmiler há 1 ano atrás
tests a41138daae wesmiler há 1 ano atrás
tools a41138daae wesmiler há 1 ano atrás
.gitattributes a41138daae wesmiler há 1 ano atrás
.gitignore a41138daae wesmiler há 1 ano atrás
.php_cs.dist a41138daae wesmiler há 1 ano atrás
ChangeLog.md a41138daae wesmiler há 1 ano atrás
LICENSE a41138daae wesmiler há 1 ano atrás
README.md a41138daae wesmiler há 1 ano atrás
build.xml a41138daae wesmiler há 1 ano atrás
composer.json a41138daae wesmiler há 1 ano atrás
phpunit.xml a41138daae wesmiler há 1 ano atrás

README.md

sebastian/object-reflector

CI Status Type Coverage

Allows reflection of object attributes, including inherited and non-public ones.

Installation

You can add this library as a local, per-project dependency to your project using Composer:

composer require sebastian/object-reflector

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-reflector