Libraries tagged by reflection class
reflective/reflection
2229 Downloads
Reflective is a formally defined reflection mechanism in PHP, which is used to query detailed information about classes, methods, properties, functions, etc.
gears/class-finder
94254 Downloads
Utility class to help you discover other classes / namespaces based on the composer auto loader.
mnapoli/phpdocreader
254671 Downloads
PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)
christopheraseidl/reflect
2348 Downloads
A simple class for facilitating quicker use of PHP's ReflectionClass.
solarismedia/nette-reflection
2265 Downloads
Nette Reflection: docblock annotations parser and common reflection classes
tixelrocks/class-constants-helper
8332 Downloads
A tiny package that makes working with PHP class constants easier
skagarwal/reflection
6241 Downloads
Test any Private/Protected Methods/Properties of any class
orisai/reflection-meta
33637 Downloads
PHP reflection in more reliable and deterministic way - for declarative engines
betterphp/php-reflection-utils
10921 Downloads
PHP Reflection Utils is a set of helper methods for accessing the private properties and methods of a class
waylandace/class-finder
17060 Downloads
Utility class to help you discover other classes / namespaces based on the composer auto loader.
jerowork/file-class-reflector
1421 Downloads
Get fully-qualified class names based on directory and file paths.
nathanjosiah/parse-use-statements
5015 Downloads
Parse use statements for a reflection object
kdyby/parse-use-statements
4184 Downloads
Parse use statements for a reflection object
gooh/interface-distiller
5498 Downloads
Derives Interfaces from the API of a class
bartlett/php-reflect
93440 Downloads
Adds the ability to reverse-engineer classes, interfaces, functions, constants, namespaces, traits and more.