Download the PHP package ivastly/php-reflection without Composer
On this page you can find all versions of the php package ivastly/php-reflection. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ivastly/php-reflection
More information about ivastly/php-reflection
Files in ivastly/php-reflection
Download ivastly/php-reflection
More information about ivastly/php-reflection
Files in ivastly/php-reflection
Please rate this library. Is it a good library?
Informations about the package php-reflection
PHP Reflection
Rationale
Ever questioned yourself why you need to write more than a single line of code to get a value of private property? What if the property is private and defined in a parent class? Even more toil is required. Please welcome a library to solve this trouble once and for all.
Functionality
- Read value of any property of an object, including parent classes, with a single call.
- Find out the visibility of a property, including parent classes, with a single call.
- Check if a property exists in a class.
Installation
Usage
See example.php
Tests
Code coverage 🟩
License
See LICENSE.md
Contributing
See CONTRIBUTING.md
All versions of php-reflection with dependencies
PHP Build Version
Package Version
Requires
php Version
8.*
The package ivastly/php-reflection contains the following files
Loading the files please wait ....