Libraries tagged by reflection class
yep/reflection
126001 Downloads
PHP class reflection enhancements
componenta/class-finder
759 Downloads
Lazy class discovery with composable filters and listener notification
waylandace/class-finder
22618 Downloads
Utility class to help you discover other classes / namespaces based on the composer auto loader.
teofanis/hook-press
1881 Downloads
HookPress is a Laravel package that uses Composer hooks to automatically discover, filter, and cache classes, traits, and interfaces in your application
nathanjosiah/parse-use-statements
8866 Downloads
Parse use statements for a reflection object
kdyby/parse-use-statements
7445 Downloads
Parse use statements for a reflection object
johnstoncode/phpstan-moneyphp
56043 Downloads
Moneyphp Money class reflection extension for PHPStan
componenta/filter
760 Downloads
Composable filters for Componenta class discovery and reflection workflows
solarismedia/nette-reflection
3194 Downloads
Nette Reflection: docblock annotations parser and common reflection classes
merophp/reflection
477 Downloads
Reflection classes for the Merophp Framework
unclecheese/reflection-templates
12570 Downloads
Provides introspection of SilverStripe templates with an API for getting variables and blocks, much like the PHP ReflectionClass.
codememory/reflection
184 Downloads
The library is similar to the built-in API class Reflection, but the only difference is that this library caches the entire result and does not work with the built-in Reflection in the future, which improves performance
cloudbear/class-mapper
1750 Downloads
Map any array, JSON or YAML structure onto typed PHP classes using reflection and attributes.
tixelrocks/class-constants-helper
9715 Downloads
A tiny package that makes working with PHP class constants easier
shiroi/think-reflection-annotation
63 Downloads
thinkphp的反射插件(同个注解反射某个class、某个method、某个param、通过观察者模式关联绑定的某个method处理多个事务)