Registry / utility / symfony-property-info

symfony-property-info

JSON →
library8.1.0phppackagistunverified

Extracts information about PHP class' properties using metadata of popular sources

composer require symfony/property-info
INSTALL
IMPORT
SIG · SYMFONY-PROPERTY-I
S
symfony-property-info
utilityphpv8.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PropertyInfoExtractor
use Symfony\Component\PropertyInfo\PropertyInfoExtractor;

Extract property information from a class using reflection

use Symfony\Component\PropertyInfo\PropertyInfoExtractor; use Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor; $extractor = new PropertyInfoExtractor([new ReflectionExtractor()]); $properties = $extractor->getProperties(MyClass::class);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
8.1.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
symfony-property-info — pip install symfony-property-info · libregistry