PHPackages                             oniicoder/oni-laravel-debugger - 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. oniicoder/oni-laravel-debugger

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

oniicoder/oni-laravel-debugger
==============================

Basic debugger for Laravel projects

0.2(2y ago)07MITPHP

Since Mar 21Pushed 2y ago1 watchersCompare

[ Source](https://github.com/OniiCoder/oni-laravel-debugger)[ Packagist](https://packagist.org/packages/oniicoder/oni-laravel-debugger)[ RSS](/packages/oniicoder-oni-laravel-debugger/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

oni-laravel-debugger
====================

[](#oni-laravel-debugger)

OniLaravelDebugger is a Composer package designed to provide custom debugging functionality for Laravel projects. It allows you to log debug data in a structured and customizable way.

You can install OniLaravelDebugger via Composer. Run the following command in your Laravel project directory:

```
composer require oniicoder/oni-laravel-debugger
```

Add to your config/app.php providers array:

```
[
    ...
    'providers' => [
        ...
        \OniiCoder\OniDebugger\OniLaravelDebuggerServiceProvider::class,
        ...
    ]
]

```

After insalling, from your project directory; run:

```
php artisan oni:debugger
```

This will show you a live debug console.

To use, in your code:

```
oni($variable1, $variable2);
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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

834d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/68622988d8a9e40e5b14d40b3a22015af06c2a819fe2a0ec393b67c1f7bd8151?d=identicon)[oniicode](/maintainers/oniicode)

---

Top Contributors

[![OniiCoder](https://avatars.githubusercontent.com/u/24716905?v=4)](https://github.com/OniiCoder "OniiCoder (11 commits)")

### Embed Badge

![Health badge](/badges/oniicoder-oni-laravel-debugger/health.svg)

```
[![Health](https://phpackages.com/badges/oniicoder-oni-laravel-debugger/health.svg)](https://phpackages.com/packages/oniicoder-oni-laravel-debugger)
```

###  Alternatives

[fjogeleit/prometheus-messenger-middleware

Prometheus Middleware for the Symfony Messenger Component

2255.2k](/packages/fjogeleit-prometheus-messenger-middleware)[spatie/craft-ray

Easily debug CraftCMS projects

1638.6k](/packages/spatie-craft-ray)

PHPackages © 2026

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