PHPackages                             avto-dev/stacked-dumper-laravel - 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. avto-dev/stacked-dumper-laravel

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

avto-dev/stacked-dumper-laravel
===============================

Stacked variables dumper for Laravel-based application

v1.9.0(10mo ago)5311.6k↑116.7%9[2 PRs](https://github.com/avto-dev/stacked-dumper-laravel/pulls)2MITPHPPHP ^8.1CI passing

Since Jul 22Pushed 10mo agoCompare

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

READMEChangelog (10)Dependencies (7)Versions (11)Used By (2)

 [![Laravel](https://camo.githubusercontent.com/640c3d52b2764f179ef3cf089b604516a8c4ac0a06f055a46c6a7fce9428b787/68747470733a2f2f6c61726176656c2e636f6d2f6173736574732f696d672f636f6d706f6e656e74732f6c6f676f2d6c61726176656c2e737667)](https://camo.githubusercontent.com/640c3d52b2764f179ef3cf089b604516a8c4ac0a06f055a46c6a7fce9428b787/68747470733a2f2f6c61726176656c2e636f6d2f6173736574732f696d672f636f6d706f6e656e74732f6c6f676f2d6c61726176656c2e737667)

Stacked variables dumper | for Laravel-based application
========================================================

[](#stacked-variables-dumper--for-laravel-based-application)

[![Version](https://camo.githubusercontent.com/4b8788e40f3c403cbc05fd99cbe2078ac61c4c269ecf084a5f30523ee213188b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6176746f2d6465762f737461636b65642d64756d7065722d6c61726176656c2e7376673f6d61784167653d313830)](https://packagist.org/packages/avto-dev/stacked-dumper-laravel)[![PHP Version](https://camo.githubusercontent.com/143ea49969ff1676b5e1ad2280e4604ad90392dcfdadfa26548579bb5dca57dd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6176746f2d6465762f737461636b65642d64756d7065722d6c61726176656c2e7376673f6c6f6e6743616368653d74727565)](https://packagist.org/packages/avto-dev/stacked-dumper-laravel)[![Build Status](https://camo.githubusercontent.com/56e7dc09e183778fa2ef373288aa39bcf65ba8e485f1d7a3fbf50380bc59b09d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6176746f2d6465762f737461636b65642d64756d7065722d6c61726176656c2f74657374732e796d6c)](https://github.com/avto-dev/stacked-dumper-laravel/actions)[![Coverage](https://camo.githubusercontent.com/bf37cc9a4323fd15aa83ff96c79c545e739b273cacaa445fcc640d7e3d330117/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f6176746f2d6465762f737461636b65642d64756d7065722d6c61726176656c2f6d61737465722e7376673f6d61784167653d3630)](https://codecov.io/gh/avto-dev/stacked-dumper-laravel/)[![Downloads count](https://camo.githubusercontent.com/9fc24e27d09b980fce73c0082ab7956e855de7bf13f7d7506527fa851dcdc6da/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6176746f2d6465762f737461636b65642d64756d7065722d6c61726176656c2e7376673f6d61784167653d313830)](https://packagist.org/packages/avto-dev/stacked-dumper-laravel)[![License](https://camo.githubusercontent.com/4838c624d3513e2f34a57f6e53cda09a08c99c8462fcc14d0d8544f0a0e4d722/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6176746f2d6465762f737461636b65642d64756d7065722d6c61726176656c2e7376673f6c6f6e6743616368653d74727565)](https://github.com/avto-dev/stacked-dumper-laravel/blob/master/LICENSE)

Using this package you can dump any variables using `\dev\dump()` and `\dev\dd()` function **without** main process stopping or sending data to the standard output *(last is required for running applications using [RoadRunner](https://github.com/spiral/roadrunner))*.

Install
-------

[](#install)

Require this package with composer using the following command:

```
$ composer require --dev avto-dev/stacked-dumper-laravel "^1.0"
```

> Installed `composer` is required ([how to install composer](https://getcomposer.org/download/)).

> You need to fix the major version of package.

Usage
-----

[](#usage)

In any part of your application call `\dev\dump()` and/or `\dev\dd()`. That's all =)

### RoadRunner use-case

[](#roadrunner-use-case)

For example, if you will try to `dump('test');` in controller, you will see something like that:

```
worker error: invalid data found in the buffer (possible echo)

```

But, if you will use helpers provided by this package `\dev\dump('test');`, all will forks fine:

```
"test"

```

### Testing

[](#testing)

For package testing we use `phpunit` framework and `docker` with `compose` plugin as develop environment. So, just write into your terminal after repository cloning:

```
$ make build
$ make latest # or 'make lowest'
$ make test
```

Changes log
-----------

[](#changes-log)

[![Release date](https://camo.githubusercontent.com/aa413a5de17db87f23a1e541b28e3c94e26e3e5e32e79fad423df769931d7781/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652d646174652f6176746f2d6465762f737461636b65642d64756d7065722d6c61726176656c2e7376673f7374796c653d666c61742d737175617265266d61784167653d313830)](https://github.com/avto-dev/stacked-dumper-laravel/releases)[![Commits since latest release](https://camo.githubusercontent.com/b867a445eb70a20ef90a83c0c4811755bf489c4f0f854d29fec43f06e6d523bc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6d6d6974732d73696e63652f6176746f2d6465762f737461636b65642d64756d7065722d6c61726176656c2f6c61746573742e7376673f7374796c653d666c61742d737175617265266d61784167653d313830)](https://github.com/avto-dev/stacked-dumper-laravel/commits)

Changes log can be [found here](https://github.com/avto-dev/stacked-dumper-laravel/blob/master/CHANGELOG.md).

Support
-------

[](#support)

[![Issues](https://camo.githubusercontent.com/3187bf33e53cc4ad0fa33e40518c9f379604e2bd01f59e142877fb2da351d8d3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6176746f2d6465762f737461636b65642d64756d7065722d6c61726176656c2e7376673f7374796c653d666c61742d737175617265266d61784167653d313830)](https://github.com/avto-dev/stacked-dumper-laravel/issues)[![Issues](https://camo.githubusercontent.com/14cccecdbf57f9d57772b9400246d37561c9c625ed2eb8902c233a3219bd0dba/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d70722f6176746f2d6465762f737461636b65642d64756d7065722d6c61726176656c2e7376673f7374796c653d666c61742d737175617265266d61784167653d313830)](https://github.com/avto-dev/stacked-dumper-laravel/pulls)

If you will find any package errors, please, [make an issue](https://github.com/avto-dev/stacked-dumper-laravel/issues/new/choose) in current repository.

License
-------

[](#license)

This is open-sourced software licensed under the [MIT License](https://github.com/avto-dev/stacked-dumper-laravel/blob/master/LICENSE).

###  Health Score

50

—

FairBetter than 96% of packages

Maintenance53

Moderate activity, may be stable

Popularity39

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~241 days

Recently: every ~384 days

Total

10

Last Release

322d ago

PHP version history (5 changes)v1.0.0PHP ^7.1.3

v1.3.0PHP ^7.2

v1.4.0PHP ^7.2 || ^8.0

v1.7.0PHP ^8.0.2

v1.8.0PHP ^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6119929?v=4)[Eldario](/maintainers/eldario)[@eldario](https://github.com/eldario)

![](https://avatars.githubusercontent.com/u/52275?v=4)[Zaboday](/maintainers/zaboday)[@Zaboday](https://github.com/Zaboday)

---

Top Contributors

[![tarampampam](https://avatars.githubusercontent.com/u/7326800?v=4)](https://github.com/tarampampam "tarampampam (7 commits)")[![eldario](https://avatars.githubusercontent.com/u/6119929?v=4)](https://github.com/eldario "eldario (5 commits)")[![Zaboday](https://avatars.githubusercontent.com/u/52275?v=4)](https://github.com/Zaboday "Zaboday (2 commits)")[![IgorKorytin](https://avatars.githubusercontent.com/u/56302950?v=4)](https://github.com/IgorKorytin "IgorKorytin (1 commits)")[![IlyaKislitsin](https://avatars.githubusercontent.com/u/26906044?v=4)](https://github.com/IlyaKislitsin "IlyaKislitsin (1 commits)")[![korobovn](https://avatars.githubusercontent.com/u/56722177?v=4)](https://github.com/korobovn "korobovn (1 commits)")[![n7olkachev](https://avatars.githubusercontent.com/u/3993345?v=4)](https://github.com/n7olkachev "n7olkachev (1 commits)")[![helloween141](https://avatars.githubusercontent.com/u/6762347?v=4)](https://github.com/helloween141 "helloween141 (1 commits)")[![gomzyakov](https://avatars.githubusercontent.com/u/1460709?v=4)](https://github.com/gomzyakov "gomzyakov (1 commits)")

---

Tags

devdumperlaravelphplaravelversion

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/avto-dev-stacked-dumper-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/avto-dev-stacked-dumper-laravel/health.svg)](https://phpackages.com/packages/avto-dev-stacked-dumper-laravel)
```

###  Alternatives

[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k43.5M5.2k](/packages/larastan-larastan)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

71510.9M66](/packages/laravel-mcp)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
