Libraries tagged by reflection class
fsi/reflection
63806 Downloads
FSi Reflection Component is an extension of built-in reflection classes in PHP 5.3 that saves a lot memory, thanks to factory design pattern.
waylandace/class-finder
18191 Downloads
Utility class to help you discover other classes / namespaces based on the composer auto loader.
jerowork/file-class-reflector
1841 Downloads
Get fully-qualified class names based on directory and file paths.
gears/class-finder
94542 Downloads
Utility class to help you discover other classes / namespaces based on the composer auto loader.
nathanjosiah/parse-use-statements
5857 Downloads
Parse use statements for a reflection object
mnapoli/phpdocreader
254731 Downloads
PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)
bartlett/php-reflect
93540 Downloads
Adds the ability to reverse-engineer classes, interfaces, functions, constants, namespaces, traits and more.
solarismedia/nette-reflection
2447 Downloads
Nette Reflection: docblock annotations parser and common reflection classes
tixelrocks/class-constants-helper
8743 Downloads
A tiny package that makes working with PHP class constants easier
skagarwal/reflection
6258 Downloads
Test any Private/Protected Methods/Properties of any class
reflective/reflection
11671 Downloads
Reflective is a formally defined reflection mechanism in PHP, which is used to query detailed information about classes, methods, properties, functions, etc.
orisai/reflection-meta
34255 Downloads
PHP reflection in more reliable and deterministic way - for declarative engines
betterphp/php-reflection-utils
11116 Downloads
PHP Reflection Utils is a set of helper methods for accessing the private properties and methods of a class
kdyby/parse-use-statements
4336 Downloads
Parse use statements for a reflection object
gooh/interface-distiller
5498 Downloads
Derives Interfaces from the API of a class