Download the PHP package sparklee/spark-reflection without Composer
On this page you can find all versions of the php package sparklee/spark-reflection. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sparklee/spark-reflection
More information about sparklee/spark-reflection
Files in sparklee/spark-reflection
Download sparklee/spark-reflection
More information about sparklee/spark-reflection
Files in sparklee/spark-reflection
Vendor sparklee
Package spark-reflection
Short Description a simple tool to display class information.
License MIT
Package spark-reflection
Short Description a simple tool to display class information.
License MIT
Please rate this library. Is it a good library?
Informations about the package spark-reflection
SparkReflection
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);
All versions of spark-reflection with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package sparklee/spark-reflection contains the following files
Loading the files please wait ....