Libraries tagged by reflection class
phpdocumentor/reflection-common
612616121 Downloads
Common reflection classes used by phpdocumentor to reflect the code structure
doctrine/reflection
101352952 Downloads
The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.
php-di/phpdoc-reader
26278427 Downloads
PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)
phpstan/phpstan-nette
7304917 Downloads
Nette Framework class reflection extension for PHPStan
nette/reflection
4605340 Downloads
Nette Reflection: docblock annotations parser and common reflection classes
thecodingmachine/class-explorer
1719696 Downloads
Find the list of all your classes and more.
timeweb/phpstan-enum
2763712 Downloads
Enum class reflection extension for PHPStan
saschaegerer/phpstan-typo3
2357313 Downloads
TYPO3 CMS class reflection extension for PHPStan
phpstan/phpstan-dibi
788420 Downloads
Dibi class reflection extension for PHPStan
marc-mabe/php-enum-phpstan
520030 Downloads
Enum class reflection extension for PHPStan
yep/reflection
81648 Downloads
PHP class reflection enhancements
infocyph/intermix
3375 Downloads
A Collection of useful PHP class functions.
bartlett/php-reflect
93425 Downloads
Adds the ability to reverse-engineer classes, interfaces, functions, constants, namespaces, traits and more.
reecem/mocker
231477 Downloads
Mock class constructor args based on the reflection class
fsi/reflection
63183 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.