Libraries tagged by reflection class
phpdocumentor/reflection-common
753456658 Downloads
Common reflection classes used by phpdocumentor to reflect the code structure
doctrine/reflection
107892337 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
34266121 Downloads
PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)
phpstan/phpstan-nette
10972256 Downloads
Nette Framework class reflection extension for PHPStan
saschaegerer/phpstan-typo3
4146016 Downloads
TYPO3 CMS class reflection extension for PHPStan
nette/reflection
4965081 Downloads
Nette Reflection: docblock annotations parser and common reflection classes
timeweb/phpstan-enum
3476195 Downloads
Enum class reflection extension for PHPStan
thecodingmachine/class-explorer
2121999 Downloads
Find the list of all your classes and more.
mnapoli/phpdocreader
262460 Downloads
PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)
phpstan/phpstan-dibi
958686 Downloads
Dibi class reflection extension for PHPStan
marc-mabe/php-enum-phpstan
896906 Downloads
Enum class reflection extension for PHPStan
nstwf/extended-reflection-class
37248 Downloads
Extended reflection class
fsi/reflection
67738 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
95801 Downloads
Adds the ability to reverse-engineer classes, interfaces, functions, constants, namespaces, traits and more.
reecem/mocker
263522 Downloads
Mock class constructor args based on the reflection class