Libraries tagged by code reflection
bentools/reflection-plus
1086 Downloads
Another improved code reflection API
voku/better-reflection
293 Downloads
Better Reflection - an improved code reflection API
rg/laminas-code
1432 Downloads
Extensions to the PHP Reflection API, static code scanning, and code generation
hiqdev/code-generator-utils
198 Downloads
A set of code generator utilities built on top of PHP-Parsers that ease its use when combined with Reflection
nick-nds/nexus-extractor
22 Downloads
Laravel runtime + AST extractor that emits a complete reflection.json for the Nexus code intelligence tool.
sasezaki/php-extension-stub-generator
121 Downloads
PHP ReflectionExtension's Information Rewind to PHP Code As Stub
wundii/structron
410 Downloads
A PHP library for generating human-readable documentation from structured data objects like DTOs, Entities, and Value Objects.
kariricode/property-inspector
1079 Downloads
Attribute-based property analysis and inspection for the KaririCode Framework, enabling dynamic validation, normalization, and processing of object properties via PHP 8.4+ attributes and reflection.
bobby/simple-codes-reflection
0 Downloads
用于反射你自己代码内容(编写DEBUG)
nopoco/laminas-code
6 Downloads
Extensions to the PHP Reflection API, static code scanning, and code generation
hamidparchami/zend-code
4 Downloads
Extensions to the PHP Reflection API, static code scanning, and code generation
mfn/php-reflection-gen
61 Downloads
Generates PHP source code shells from the current runtime via Reflections
kornrunner/php-token-reflection
6967 Downloads
Library emulating the PHP internal reflection using just the tokenized source code.
zetacomponents/reflection
1070 Downloads
The main objective of the Reflection component is to enhance PHP by type information and annotations. It uses source code documentation to determine data types and other pieces of information provided via annotations. Those annotations can be used to realize systems which depend on strong type information or additional details about the source code itself.
codexsoft/code-valid
96 Downloads
Base class for organizing value validation via reflection