PHPackages                             laradumps/laradumps - 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. laradumps/laradumps

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

laradumps/laradumps
===================

LaraDumps is a friendly app designed to boost your Laravel PHP coding and debugging experience.

v5.3.0(1mo ago)1.3k1.3M—0.3%54[8 issues](https://github.com/laradumps/laradumps/issues)20MITPHPPHP ^8.2CI passing

Since Jun 11Pushed 1mo ago10 watchersCompare

[ Source](https://github.com/laradumps/laradumps)[ Packagist](https://packagist.org/packages/laradumps/laradumps)[ Docs](https://github.com/laradumps/laradumps)[ GitHub Sponsors](https://github.com/luanfreitasdev)[ RSS](/packages/laradumps-laradumps/feed)WikiDiscussions 5.x Synced 1mo ago

READMEChangelog (10)Dependencies (20)Versions (105)Used By (20)

 [![](./art/logo.png)](./art/logo.png)

LaraDumps
=========

[](#laradumps)

#### [Download the App](https://laradumps.dev/get-started/installation.html)

[](#download-the-app)

 Available for Windows, Linux and macOS.

 [ 📚 Documentation ](https://laradumps.dev)

 [ ![Latest Version](https://camo.githubusercontent.com/cdfba4e3e7f01643a84a72dae16b5885d063acfa44374c756b59b4736cf52216/68747470733a2f2f696d672e736869656c64732e696f2f7374617469632f76313f6c6162656c3d6c61726176656c266d6573736167653d25453225383925413531302e3026636f6c6f723d303037384245266c6f676f3d6c61726176656c267374796c653d666c61742d737175617265) ](https://packagist.org/packages/laradumps/laradumps) [ ![Total Downloads](https://camo.githubusercontent.com/9198c39bc18669630f92244b10edd3de8c0b308958fb3bce5781b1f895935c82/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c61726164756d70732f6c61726164756d7073) ](https://packagist.org/packages/laradumps/laradumps) [ ![Latest Version](https://camo.githubusercontent.com/de9de30a481f5f987dbea441de0250194c9fe520e99b0d3177901b68892de4cf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c61726164756d70732f6c61726164756d7073) ](https://packagist.org/packages/laradumps/laradumps) [ ![Tests](https://github.com/laradumps/laradumps/workflows/LaraDumps%20Tests/badge.svg) ](https://github.com/laradumps/laradumps/actions) [ ![License](https://camo.githubusercontent.com/ba2795d47c05411252014aa69c30d017a0ebf76223eecc0275bcdb81b8cc8ace/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6c61726164756d70732f6c61726164756d7073) ](https://packagist.org/packages/laradumps/laradumps)

### 👋 Hello Dev,

[](#-hello-dev)

LaraDumps is a modern, feature-rich debugging tool that makes PHP development a breeze.

When using LaraDumps, the outcome of your debug dump is presented in a separate desktop application rather than in your browser or command-line interface, ensuring that your application flow remains uninterrupted.

### Key Features

[](#key-features)

LaraDumps goes beyond dumping variables. In addition to functions similar to `dump()` and `dd()`, LaraDumps provides tools for validating JSON, searching for substrings, clocking execution time, and a convenient way to view `phpinfo()` output.

Among other functionalities, you can debug Livewire/Volt components and inspect Eloquent Models, Collections, and Stringable classes. LaraDumps also integrates with Pest PHP, assisting you while writing tests.

The desktop application can monitor and display SQL queries and slow queries, logs, exceptions, mail, executed jobs, authorization gates, Artisan commands, scheduled commands, cache, and [much more...](https://laradumps.dev/debug/reference-sheet.html)

#### Example

[](#example)

Here's an example of LaraDumps `ds()` debug function in the project's home page route.

```
Route::get('/', function () {
    ds('Home page accessed!');
    return view('home');
});
```

By opening this page in your browser, the desktop App will display the dump, and the page will be loaded without any interference.

 [![](./art/dark.png)](./art/dark.png)

### Get Started

[](#get-started)

#### Requirements

[](#requirements)

PHP 8.1+ and Laravel 10.0+.

For PHP projects that are not built on Laravel, please refer to the [laradumps/laradumps-core](https://github.com/laradumps/laradumps-core) repository.

#### Installation

[](#installation)

Please take a moment to check our [installation page](https://laradumps.dev/get-started/installation.html) at our documentation website.

### Credits

[](#credits)

LaraDumps is a free open-source project, and it was inspired by [Spatie Ray](https://github.com/spatie/ray).

- Author: [Luan Freitas](https://github.com/luanfreitasdev)
- Logo by [Vitor S. Rodrigues](https://github.com/vs0uz4)
- Thanks to all [contributors](http://github.com/laradumps/laradumps/contributors)

###  Health Score

71

—

ExcellentBetter than 100% of packages

Maintenance89

Actively maintained with recent releases

Popularity64

Solid adoption and visibility

Community41

Growing community involvement

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 77.9% of commits — single point of failure

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 ~13 days

Total

101

Last Release

54d ago

Major Versions

2.x-dev → v3.0.0-beta12024-03-16

v3.5.1 → v4.0.0-beta12025-02-17

v3.5.2 → v4.0.02025-03-11

v3.5.3 → v4.0.32025-03-30

4.x-dev → v5.0.02025-12-13

PHP version history (3 changes)v0.1.0PHP ^8.0

v2.3.0PHP ^8.1

v5.0.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/888b082ddb04fa96b770095799734cba0facb5967c4319019b2c9ccda0e3a84c?d=identicon)[luanfreitasdev](/maintainers/luanfreitasdev)

---

Top Contributors

[![luanfreitasdev](https://avatars.githubusercontent.com/u/33601626?v=4)](https://github.com/luanfreitasdev "luanfreitasdev (571 commits)")[![dansysanalyst](https://avatars.githubusercontent.com/u/79267265?v=4)](https://github.com/dansysanalyst "dansysanalyst (90 commits)")[![AnandPilania](https://avatars.githubusercontent.com/u/14306728?v=4)](https://github.com/AnandPilania "AnandPilania (33 commits)")[![laradumps-bot](https://avatars.githubusercontent.com/u/113691830?v=4)](https://github.com/laradumps-bot "laradumps-bot (8 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")[![adeiming](https://avatars.githubusercontent.com/u/13284072?v=4)](https://github.com/adeiming "adeiming (2 commits)")[![devsquad-pedro-butzen](https://avatars.githubusercontent.com/u/93531407?v=4)](https://github.com/devsquad-pedro-butzen "devsquad-pedro-butzen (2 commits)")[![NIIT-Anand](https://avatars.githubusercontent.com/u/108176339?v=4)](https://github.com/NIIT-Anand "NIIT-Anand (2 commits)")[![renatokira](https://avatars.githubusercontent.com/u/10859156?v=4)](https://github.com/renatokira "renatokira (2 commits)")[![wit3](https://avatars.githubusercontent.com/u/5450259?v=4)](https://github.com/wit3 "wit3 (2 commits)")[![gabrielrbarbosa](https://avatars.githubusercontent.com/u/12158575?v=4)](https://github.com/gabrielrbarbosa "gabrielrbarbosa (1 commits)")[![icarojobs](https://avatars.githubusercontent.com/u/16943171?v=4)](https://github.com/icarojobs "icarojobs (1 commits)")[![Krato](https://avatars.githubusercontent.com/u/74367?v=4)](https://github.com/Krato "Krato (1 commits)")[![danielrona](https://avatars.githubusercontent.com/u/1699775?v=4)](https://github.com/danielrona "danielrona (1 commits)")[![lfernandogunther](https://avatars.githubusercontent.com/u/4503380?v=4)](https://github.com/lfernandogunther "lfernandogunther (1 commits)")[![Butochnikov](https://avatars.githubusercontent.com/u/4212297?v=4)](https://github.com/Butochnikov "Butochnikov (1 commits)")[![marcioloovee](https://avatars.githubusercontent.com/u/16109848?v=4)](https://github.com/marcioloovee "marcioloovee (1 commits)")[![marijnbent](https://avatars.githubusercontent.com/u/11903095?v=4)](https://github.com/marijnbent "marijnbent (1 commits)")[![Sicklou](https://avatars.githubusercontent.com/u/8366863?v=4)](https://github.com/Sicklou "Sicklou (1 commits)")[![vs0uz4](https://avatars.githubusercontent.com/u/2080547?v=4)](https://github.com/vs0uz4 "vs0uz4 (1 commits)")

---

Tags

debuglaravellivewirephp

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/laradumps-laradumps/health.svg)

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

###  Alternatives

[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k124.3M624](/packages/barryvdh-laravel-debugbar)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k29](/packages/fruitcake-laravel-debugbar)[spatie/laravel-ignition

A beautiful error page for Laravel applications.

566146.7M471](/packages/spatie-laravel-ignition)[spatie/laravel-ray

Easily debug Laravel apps

31538.4M2.8k](/packages/spatie-laravel-ray)[glhd/laravel-dumper

382801.4k](/packages/glhd-laravel-dumper)[lubusin/laravel-decomposer

A Laravel package to decompose your installed packages, their dependencies, your app &amp; server environment

639174.2k1](/packages/lubusin-laravel-decomposer)

PHPackages © 2026

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