sparklee / spark-reflection
a simple tool to display class information.
Installs: 40
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/sparklee/spark-reflection
Requires
- php: >=5.3.0
This package is auto-updated.
Last update: 2025-09-25 23:19:32 UTC
README
a simple tool to display class information.
Usage
just add the following code line to your app is ok.
1、show class reflection information using HTML format
\Sparklee\SparkReflection\Reflection::echoClassInfo("[class_name]");
2、var_dump class reflection information
\Sparklee\SparkReflection\Reflection::echoClassInfo("[class_name]", 1);