/home/techb158/ileadtechnology.com/vendor/sebastian/object-reflector
NameSizeModeActions
src/-0755rm
tests/-0755rm
.gitignore450644editdlrm
.php_cs29720644editdlrm
.travis.yml4500644editdlrm
build.xml7940644editdlrm
ChangeLog.md9020644editdlrm
composer.json7520644editdlrm
LICENSE15460644editdlrm
phpunit.xml6930644editdlrm
README.md4990644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/sebastian/object-reflector/README.md (499B)
# Object Reflector 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](https://getcomposer.org/): 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