PHPackages                             happydev/laravel-ping - 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. happydev/laravel-ping

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

happydev/laravel-ping
=====================

Live Debugger for Laravel with Reverb

v1.0.0(5mo ago)02MITBladePHP ^8.1

Since Nov 13Pushed 5mo agoCompare

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

READMEChangelogDependencies (2)Versions (2)Used By (0)

Laravel Ping
============

[](#laravel-ping)

[![Laravel Ping](./public/images/laravel-ping.png)](./public/images/laravel-ping.png)

**Laravel Ping** is a package that shows all debug information live in a web panel.

---

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

[](#installation)

### Prerequisite

[](#prerequisite)

First, you need to install **Reverb**:

```
php artisan install:broadcasting
```

During installation, select **Reverb**.

### Install Laravel Ping

[](#install-laravel-ping)

After installing Reverb, install Laravel Ping via Composer:

```
composer require happydev/laravel-ping
```

### Publish Config and Views

[](#publish-config-and-views)

Publish the configuration and public assets:

```
php artisan vendor:publish --provider="LaravelPing\LiveDebuggerServiceProvider" --tag="config"
php artisan vendor:publish --provider="LaravelPing\LiveDebuggerServiceProvider" --tag="public"
```

---

Setup
-----

[](#setup)

To view your debug messages, create a route in `web.php`:

```
Route::get('/debug', function () {
    return view('debug');
});
```

Then, in your `debug.blade.php` view file, add this line at the top:

```
@include('live-debugger::debugger')
```

This will render the live debugger panel on that page.

---

Usage
-----

[](#usage)

You can send debug messages using:

```
ping("Hello Ping");
p("Hello Ping");
```

`ping()` and `p()` will display your messages live in the web panel.

---

Notes
-----

[](#notes)

- This package is intended for **development environment only**.
- Make sure Reverb is installed and active before using Laravel Ping.

---

Future Features
---------------

[](#future-features)

- Support for filtering debug messages by type or source.
- Ability to save debug logs for later review.
- Customizable themes and panel layout.
- Integration with external monitoring tools.

###  Health Score

33

—

LowBetter than 74% of packages

Maintenance74

Regular maintenance activity

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity43

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

Unknown

Total

1

Last Release

177d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/32eeb72fdcb1befd22ca941121108bd1a775f203e46053343e4faa1020f215fe?d=identicon)[happybananaworld](/maintainers/happybananaworld)

---

Top Contributors

[![HappyBananaWorld](https://avatars.githubusercontent.com/u/176671260?v=4)](https://github.com/HappyBananaWorld "HappyBananaWorld (10 commits)")

---

Tags

composer-packagedebugginglaravellaravel-packagephp

### Embed Badge

![Health badge](/badges/happydev-laravel-ping/health.svg)

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

###  Alternatives

[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

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

PHP Debugbar integration for Laravel

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

A beautiful error page for Laravel applications.

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

Easily debug Laravel apps

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

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

1.3k1.3M29](/packages/laradumps-laradumps)[glhd/laravel-dumper

382801.4k](/packages/glhd-laravel-dumper)

PHPackages © 2026

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