Chris@2: # Object Reflector Chris@2: Chris@2: Allows reflection of object attributes, including inherited and non-public ones. Chris@2: Chris@2: ## Installation Chris@2: Chris@2: You can add this library as a local, per-project dependency to your project using [Composer](https://getcomposer.org/): Chris@2: Chris@2: composer require sebastian/object-reflector Chris@2: Chris@2: 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: Chris@2: Chris@2: composer require --dev sebastian/object-reflector Chris@2: