PHPackages                             chapdel/scarabee - 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. chapdel/scarabee

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

chapdel/scarabee
================

Laravel Free Ray debugger alternative

1.0.1(4y ago)110MITPHPPHP ^7.4|^8.0

Since Aug 4Pushed 4y agoCompare

[ Source](https://github.com/chapdel/scarabee)[ Packagist](https://packagist.org/packages/chapdel/scarabee)[ Docs](https://github.com/chapdel/scarabee)[ GitHub Sponsors](https://github.com/chapdel)[ RSS](/packages/chapdel-scarabee/feed)WikiDiscussions main Synced 6d ago

READMEChangelog (2)Dependencies (8)Versions (3)Used By (0)

Laravel Free Ray debugger alternative.
======================================

[](#laravel-free-ray-debugger-alternative)

[![Latest Version on Packagist](https://camo.githubusercontent.com/8718962e32b95a249d5b35f7232073c08ceda639acfaedfb9bb6598bd0bc7a3c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6368617064656c2f73636172616265652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/chapdel/scarabee)[![GitHub Tests Action Status](https://camo.githubusercontent.com/19489ecebcc5b3d4558f6c4b045fb631568132e0284e24111692882fc7ab217e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6368617064656c2f73636172616265652f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/chapdel/scarabee/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/1b540723757198fbf7d3721f1c356016bcbd9296bdecc37c7b3384fb0929bc30/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6368617064656c2f73636172616265652f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/chapdel/scarabee/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/246f34350458bf1289d0758b1cf30c7be343864f93a2be0fc48e00b5c4610a4d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6368617064656c2f73636172616265652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/chapdel/scarabee)

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

[](#installation)

You can install the package via composer:

```
composer require chapdel/scarabee
```

To publish the config file, run:

```
php artisan vendor:publish --provider="Chapdel\Scarabee\ScarabeeServiceProvider" --tag="scarabee-config"
```

This is the contents of the published config file:

```
return [
    'enable' => env('SCARABEE_ENABLE', true),
    'port' => env('SCARABEE_PORT', 5050),
    'url' => env('SCARABEE_URL', 'http://localhost'),
];
```

Usage
-----

[](#usage)

```
// Dump a variable
scarabee(["name" => "chapdel"]);

// Dump models
scarabee()->model(User::find(1));

// Start dump queries
scarabee()->showQueries();

// Stop dump queries
scarabee()->stopShowingQueries();

// Dump mails
scarabee()->mail(new TestMail());
```

Changelog
---------

[](#changelog)

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

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)

- [Chapdel KAMGA](https://github.com/chapdel)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

2

Last Release

1746d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20987014?v=4)[Chapdel KAMGA](/maintainers/chapdel)[@chapdel](https://github.com/chapdel)

---

Top Contributors

[![chapdel](https://avatars.githubusercontent.com/u/20987014?v=4)](https://github.com/chapdel "chapdel (6 commits)")

---

Tags

raylaravelerrorsdebuging

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

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

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

###  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)[spatie/laravel-error-share

Share your Laravel errors to Flare

43965.6k3](/packages/spatie-laravel-error-share)[php-console/laravel-service-provider

Laravel service provider to handle PHP errors, dump variables, execute PHP code remotely in Google Chrome

7361.2k1](/packages/php-console-laravel-service-provider)

PHPackages © 2026

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