symfony/property-info
Symfony PropertyInfo component extracts metadata about PHP class properties—types, access, docs, and more—by reading popular sources like PHPDoc, reflection, and other metadata providers. Useful for serializers, validators, and API tooling.
The Symfony PropertyInfo component extracts rich metadata about PHP class properties by reading hints from common sources, making it easier to build serializers, validators, API tooling, and IDE-friendly workflows.
It provides a unified API to discover property types, access patterns, and documentation without hard-coding reflection logic across your app.
How can I help you explore Laravel packages today?