PHPackages                             alexeyplodenko/php-dumper - 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. alexeyplodenko/php-dumper

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

alexeyplodenko/php-dumper
=========================

The package provides a simple dump function, to output the variables and stop execution.

1.0.3(2y ago)012MITPHPPHP &gt;=5.6

Since Nov 15Pushed 2y ago1 watchersCompare

[ Source](https://github.com/AlexeyPlodenko/php-dumper)[ Packagist](https://packagist.org/packages/alexeyplodenko/php-dumper)[ Docs](https://github.com/AlexeyPlodenko/php-dumper)[ RSS](/packages/alexeyplodenko-php-dumper/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

php-dumper
==========

[](#php-dumper)

Motivation
----------

[](#motivation)

Being a lazy developer, I do not want to install XDebug or any other tool. But rather start coding and debugging with the existing setup right now.

The package provides a simple dump function, to output the variables and stop execution.

Install
-------

[](#install)

Run `composer require alexeyplodenko/php-dumper`

Usage
-----

[](#usage)

```
