PHPackages                             thejenos/laradump - 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. thejenos/laradump

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

thejenos/laradump
=================

laradump is a free alternative of spatie ray

1.1.8(2y ago)228.7k8[1 issues](https://github.com/TheJenos/laradump-php/issues)MITPHPPHP ^7.4|^8.0|^8.1|^8.2

Since Aug 30Pushed 1y ago1 watchersCompare

[ Source](https://github.com/TheJenos/laradump-php)[ Packagist](https://packagist.org/packages/thejenos/laradump)[ Docs](https://github.com/thejenos/laradump)[ GitHub Sponsors](https://github.com/TheJenos)[ RSS](/packages/thejenos-laradump/feed)WikiDiscussions main Synced 1mo ago

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

Laradump (Free alternative of Spatie ray)
=========================================

[](#laradump-free-alternative-of-spatie-ray)

[![Latest Version on Packagist](https://camo.githubusercontent.com/fa4f1e3e0306f48a065405badee30ee5d5df8668775ec6ffb5d523656b819fbc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7468656a656e6f732f6c61726164756d702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/thejenos/laradump)[![GitHub Tests Action Status](https://camo.githubusercontent.com/070d32b4bdff81b6d59b99b3f12a5832e7679daf47a795d719094b614d2043b5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7468656a656e6f732f6c61726164756d702d7068702f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/thejenos/laradump-php/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/0a8b6577da9d1c98e3c6ce5338cb04d2b68f8d36c4686b53c61f3688ae854e30/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7468656a656e6f732f6c61726164756d702d7068702f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/thejenos/laradump-php/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/7b665dd81379cb8017378e8ffff402a6b06b9b90ce09247724f3cd70b9b0bdfe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7468656a656e6f732f6c61726164756d702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/thejenos/laradump)

---

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

[](#installation)

You can install the package via composer:

```
composer require thejenos/laradump
```

You need to install [vscode extension](https://marketplace.visualstudio.com/items?itemName=laradump.laradump) to see the dumps

```
## Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
ext install laradump.laradump
```

Usage
-----

[](#usage)

```
// Dump a variable
laradump("test");
laradump()->dump("test");

// Dump multiple variables
laradump()->dump("test", [1,2,3], User::find(1));

// Dump models
laradump()->model(User::find(1));
laradump()->model(User::find(1), User::find(2));

// Clear dump list
laradump()->clearDumps();

// Dump queries
laradump()->showQueries();
laradump()->stopShowingQueries();

// Dump logs
laradump()->showLogs();
laradump()->stopShowingLogs();

// Dump logs
laradump()->showCache();
laradump()->stopShowingCache();

// Dump mails
laradump()->mail(new TestMail());

//Many more up to come
```

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Thanura Nadun](https://github.com/TheJenos)

License
-------

[](#license)

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

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 88.6% 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 ~121 days

Recently: every ~5 days

Total

9

Last Release

754d ago

Major Versions

v0.0.3 → v1.0.02024-04-02

PHP version history (2 changes)v0.0.2PHP ^7.4|^8.0

v0.0.3PHP ^7.4|^8.0|^8.1|^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/72ecf296e497b2bbd175983e44964b9078aeb1d43d8bb036d373d52ddfb67446?d=identicon)[TheJenos](/maintainers/TheJenos)

---

Top Contributors

[![TheJenos](https://avatars.githubusercontent.com/u/13817642?v=4)](https://github.com/TheJenos "TheJenos (31 commits)")[![jamesbhatta](https://avatars.githubusercontent.com/u/24622175?v=4)](https://github.com/jamesbhatta "jamesbhatta (2 commits)")[![azerioid](https://avatars.githubusercontent.com/u/11956776?v=4)](https://github.com/azerioid "azerioid (1 commits)")[![devNoiseConsulting](https://avatars.githubusercontent.com/u/1700471?v=4)](https://github.com/devNoiseConsulting "devNoiseConsulting (1 commits)")

---

Tags

laravelTheJenoslaradump

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

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

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

###  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)
