PHPackages                             pelmered/laravel-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. pelmered/laravel-dumper

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

pelmered/laravel-dumper
=======================

A better dumper for Laravel projects

0.0.1-alpha(2y ago)02.2k[4 PRs](https://github.com/pelmered/laravel-dumper/pulls)MITPHPPHP ^8.2CI passing

Since Jan 30Pushed 1mo ago1 watchersCompare

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

READMEChangelog (1)Dependencies (12)Versions (8)Used By (0)

A better dumper for Laravel projects
====================================

[](#a-better-dumper-for-laravel-projects)

[![Latest Version on Packagist](https://camo.githubusercontent.com/36a019e6d25546afeac119196fe2b20709293848cea382f1b30543d463716069/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70656c6d657265642f6c61726176656c2d64756d7065722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pelmered/laravel-dumper)[![GitHub Tests Action Status](https://camo.githubusercontent.com/584957209083f832b82898c1d6e4830448767c208fb8c216c8519da9f4ba3157/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f70656c6d657265642f6c61726176656c2d64756d7065722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/pelmered/laravel-dumper/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/8b40ed74a18db42dc3d16cd72c9e246250d42bcce7e3a6f33a058c463b7a50e6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f70656c6d657265642f6c61726176656c2d64756d7065722f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/pelmered/laravel-dumper/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/e8ff6cc58ebab7bd0a071f29d82a2f7badfb70a86d1208110891293705c965f2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70656c6d657265642f6c61726176656c2d64756d7065722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pelmered/laravel-dumper)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/2996adcbaa182e16673a9670c2c2edbf525d987fb6961eb0b571c7c129c24745/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6c61726176656c2d64756d7065722e6a70673f743d31)](https://spatie.be/github-ad-click/laravel-dumper)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require pelmered/laravel-dumper
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="laravel-dumper-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-dumper-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="laravel-dumper-views"
```

Usage
-----

[](#usage)

```
$laravelDumper = new Pelmered\LaravelDumper();
echo $laravelDumper->echoPhrase('Hello, Pelmered!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Peter Elmered](https://github.com/pelmered)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance59

Moderate activity, may be stable

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

834d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/680058?v=4)[Peter Elmered](/maintainers/pelmered)[@pelmered](https://github.com/pelmered)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (15 commits)")[![pelmered](https://avatars.githubusercontent.com/u/680058?v=4)](https://github.com/pelmered "pelmered (13 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (10 commits)")

---

Tags

laravelpelmeredlaravel-dumper

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/pelmered-laravel-dumper/health.svg)

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

###  Alternatives

[spatie/laravel-error-solutions

Display solutions on the Laravel error page

9773.5k](/packages/spatie-laravel-error-solutions)[spatie/laravel-sql-commenter

Add comments to SQL queries made by Laravel

1931.4M1](/packages/spatie-laravel-sql-commenter)[stephenjude/filament-debugger

About

102125.4k2](/packages/stephenjude-filament-debugger)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)

PHPackages © 2026

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