Libraries tagged by code reflection
nick-nds/nexus-extractor
261 Downloads
Laravel runtime + AST extractor that emits a complete reflection.json for the Nexus code intelligence tool.
crazyfactory/docblocks
934 Downloads
A library for parsing and working with php docblocks from within your code.
saviogodinho2002/driftguard
23 Downloads
Keeps a curated PHP config catalog of your Eloquent models in sync with the real code, using an LLM-assisted analyze/apply workflow (git-diff-based change detection, reflection-first structural facts, human-in-the-loop review before writing).
ahmedtarboush/papyrus-docs
1042 Downloads
A native, reflection-based documentation generator for Laravel. Turns your code into a living codex.
rg/laminas-code
1458 Downloads
Extensions to the PHP Reflection API, static code scanning, and code generation
sasezaki/php-extension-stub-generator
121 Downloads
PHP ReflectionExtension's Information Rewind to PHP Code As Stub
wundii/structron
425 Downloads
A PHP library for generating human-readable documentation from structured data objects like DTOs, Entities, and Value Objects.
koda/koda
33736 Downloads
Utility classes for analyse code and invoking callables with verification of arguments and type casting
bobby/simple-codes-reflection
0 Downloads
用于反射你自己代码内容(编写DEBUG)
voku/better-reflection
293 Downloads
Better Reflection - an improved code reflection API
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.