sebastian/object-reflector

repository·main·Indexed 27 days ago

https://github.com/sebastianbergmann/object-reflector

A PHP library designed to facilitate the reflection of object properties, enabling access to inherited, private, and protected properties that are typically inaccessible.

Tokens
157
Snippets
1
Records
2
Agent score
42%

What's inside sebastian/object-reflector

  1. Install sebastian/object-reflector via Composer

    main

    You can add sebastian/object-reflector to your project using Composer.

    To add it as a local, per-project dependency, use:

    composer require sebastian/object-reflector

    If you only need the library during development (for example, to run a test suite), add it as a development-time dependency:

    composer require --dev sebastian/object-reflector
    composer require sebastian/object-reflector