Libraries tagged by php reflection
wingu/reflection
487917 Downloads
Library on top of PHP Reflection with some extra helper methods and a more powerful PHP DocBlock and annotation tags reflection
yep/reflection
87198 Downloads
PHP class reflection enhancements
reflective/reflection
8334 Downloads
Reflective is a formally defined reflection mechanism in PHP, which is used to query detailed information about classes, methods, properties, functions, etc.
eso/ireflection
193807 Downloads
Wrapper around PHP Reflection to make it easier to use
princejohnsantillan/reflect
7648 Downloads
Clearer API for PHP Attributes and Reflection.
reflection/validator
180178 Downloads
Define a specification of PHP entity and check whether the particular item matches it.
infocyph/intermix
4028 Downloads
A Collection of useful PHP class functions.
eclipxe/enum
140052 Downloads
Enum based on the Brent Roose enum idea https://stitcher.io/blog/php-enums
mnapoli/phpdocreader
254723 Downloads
PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)
ivastly/php-reflection
8444 Downloads
PHP Reflection API simplified.
ganbarodigital/php-reflection
113187 Downloads
florianwolters/component-util-reflection
173589 Downloads
Provides operations for the PHP Reflection API as a PHP component.
good-php/reflection
14996 Downloads
Reflection API with a type system, generics support and cache
fsi/reflection
63648 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.
bartlett/php-reflect
93473 Downloads
Adds the ability to reverse-engineer classes, interfaces, functions, constants, namespaces, traits and more.