Download the PHP package nine/dd without Composer
On this page you can find all versions of the php package nine/dd. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package dd
介绍
Laravel
有一个非常方便的dd
函数可以帮助我们更好的展示信息,不过输出对象时,没办法显示具体的类文件,也没有展示其方法。
但是Laravel
的dd
函数设计的毕竟复杂,所以我就自己写了一个这样的包。
安装
-
composer 安装
- 直接下载 clone 下来即可。
使用
- 如我在exapmle.php中所写,我们既可以直接使用:
同时也可以自己封装一个dd
函数:
不管是哪种方式,他都会自动的识别我们的类型来予以不同的展示效果。
-
decorator
是一个装饰器层,用来装饰我们的效果。他可以实现一层一层的包装,就像我们用div
标签来包裹住span
标签一样。 - 此外,如果需要自己单独配置样式和新增装饰符号,可以在conf目录下根据所给的注释予以添加。
效果
- string
- array
- function
- object
todo
1. object
- 点击小三角的特效
All versions of dd with dependencies
PHP Build Version
Package Version
No informations.
The package nine/dd contains the following files
Loading the files please wait ....