PHPackages                             wanfeiyy/dd - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. wanfeiyy/dd

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

wanfeiyy/dd
===========

use laravel dd replace var\_dump

v1.0.3(9y ago)2548.3k↓50%11[1 PRs](https://github.com/wanfeiyy/laravel-dd/pulls)7MITPHP

Since Dec 29Pushed 7y ago1 watchersCompare

[ Source](https://github.com/wanfeiyy/laravel-dd)[ Packagist](https://packagist.org/packages/wanfeiyy/dd)[ RSS](/packages/wanfeiyy-dd/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (5)Used By (7)

Dd
==

[](#dd)

使用dd函数代替var\_dump当使用非laravel框架时

```
$arr = ['a'=>'a','b'=>b];
dd($arr);
```

Installation
------------

[](#installation)

### With Composer

[](#with-composer)

```
$ composer require wanfeiyy/dd

```

```
{
    "require": {
        "wanfeiyy/dd": "*"
    }
}
```

```
