PHPackages                             buffary/ddd - 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. buffary/ddd

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

buffary/ddd
===========

Laravel's old school style dump library

2.0(7y ago)05MITPHPPHP ^7.1.3

Since Jun 16Pushed 5y agoCompare

[ Source](https://github.com/buffary/ddd)[ Packagist](https://packagist.org/packages/buffary/ddd)[ RSS](/packages/buffary-ddd/feed)WikiDiscussions master Synced 6d ago

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

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)

```
