PHPackages                             maxbanton/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. maxbanton/dd

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

maxbanton/dd
============

Laravel's old school style dump library

2.0(7y ago)69.5k2[1 issues](https://github.com/maxbanton/dd/issues)1MITPHPPHP ^7.1.3

Since Jun 16Pushed 4y ago1 watchersCompare

[ Source](https://github.com/maxbanton/dd)[ Packagist](https://packagist.org/packages/maxbanton/dd)[ RSS](/packages/maxbanton-dd/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (2)Versions (7)Used By (1)

[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://vshymanskyy.github.io/StandWithUkraine)

Dump and die function
=====================

[](#dump-and-die-function)

Very useful for var\_dump - like debuggind. Inspired by old school Laravel function. It is particularly convenient to debug console applications, there is no unnecessary HTML code in your terminal.

Requrements
===========

[](#requrements)

PHP &gt;= 7.1. If you still use PHP 5.5, please use [^1.0 package version](https://github.com/maxbanton/dd/tree/legacy)

Installation
============

[](#installation)

Install latest version with command

```
composer require --dev maxbanton/dd ^2.0

```

Usage
=====

[](#usage)

```
