illuminate/reflection
Illuminate Reflection provides lightweight helpers around PHP’s Reflection API, used by Laravel to inspect classes, methods, and parameters. It supports resolving type information and attributes to power features like container autowiring, routing, and validation.
Reflection classes or established alternatives (e.g., symfony/property-access) over adopting this package for build-vs-buy decisions.Adopt only if:
"This package offers basic reflection utilities but has negligible adoption (36 stars) and poor quality metrics. Given PHP’s built-in Reflection classes are robust, standardized, and zero-maintenance, adopting this package introduces avoidable risk—like security gaps or broken dependencies—without clear benefits. We recommend using native PHP tools to ensure stability, compliance, and developer productivity."
How can I help you explore Laravel packages today?