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

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

lardebug/lardebug
=================

1.1.11(3y ago)2282MITJavaScriptPHP &gt;=7.2

Since Jul 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/mahmoudshahin1111/lardebug)[ Packagist](https://packagist.org/packages/lardebug/lardebug)[ RSS](/packages/lardebug-lardebug/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (5)Versions (14)Used By (0)

LarDebug
========

[](#lardebug)

[![](https://camo.githubusercontent.com/e5062100d3f31f9330c37eac4a848ea01c6ae384a21cfa42d3c7657e920027a8/687474703a2f2f706f7365722e707567782e6f72672f6c617264656275672f6c617264656275672f76)](https://github.com/mahmoudshahin1111/lardebug/releases/tag/1.1.1)[![](https://camo.githubusercontent.com/3018ab9e70d2b00538279d67777071d8989c0f34cc80095f0ccc91f852050131/687474703a2f2f706f7365722e707567782e6f72672f6c617264656275672f6c617264656275672f6c6963656e7365)](https://packagist.org/packages/lardebug/lardebug)

[![image](https://private-user-images.githubusercontent.com/46138189/373908526-eb5bb358-14c9-41a0-8e93-9ea61bd9d2a6.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzU3MjEwODYsIm5iZiI6MTc3NTcyMDc4NiwicGF0aCI6Ii80NjEzODE4OS8zNzM5MDg1MjYtZWI1YmIzNTgtMTRjOS00MWEwLThlOTMtOWVhNjFiZDlkMmE2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA0MDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNDA5VDA3NDYyNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTg2Mzk5MTE2MWJkNWI1NjczMmU0YmZlZTk1YzA4YWViZGRhNWFjMDM3YWJlMjViOWY5MjQ1MDc0NTIxMzBkNTMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.HLuz-q7mVWqQksj9zeMRwoXigayP1ZaBpSPhXnPUQwo)](https://private-user-images.githubusercontent.com/46138189/373908526-eb5bb358-14c9-41a0-8e93-9ea61bd9d2a6.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzU3MjEwODYsIm5iZiI6MTc3NTcyMDc4NiwicGF0aCI6Ii80NjEzODE4OS8zNzM5MDg1MjYtZWI1YmIzNTgtMTRjOS00MWEwLThlOTMtOWVhNjFiZDlkMmE2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA0MDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNDA5VDA3NDYyNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTg2Mzk5MTE2MWJkNWI1NjczMmU0YmZlZTk1YzA4YWViZGRhNWFjMDM3YWJlMjViOWY5MjQ1MDc0NTIxMzBkNTMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.HLuz-q7mVWqQksj9zeMRwoXigayP1ZaBpSPhXnPUQwo)

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

[](#installation)

You can install the package through Composer.

```
composer require lardebug/lardebug
```

### Laravel without auto-discovery:

[](#laravel-without-auto-discovery)

#### If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

[](#if-you-dont-use-auto-discovery-add-the-serviceprovider-to-the-providers-array-in-configappphp)

in file `config\app.php` add this line to providers

```
 'providers' => [
     /* */
     \LarDebug\ServiceProvider::class,
     /* */
 ]
```

Usage
-----

[](#usage)

### Terminal

[](#terminal)

```
php artisan lardebug:serve
```

### In Browser

[](#in-browser)

open

Customize
---------

[](#customize)

```
php artisan vendor:publish --provider="LarDebug\ServiceProvider"
```

And adjust config file (`config/lardebug.php`) with your desired settings.

```
return [
    'enabled' => true // if you want to disable lardebug set to false 😭
    'server' => [
        'host' => 'localhost',
        'port' => 4560, // Change to any port as you want 👍
    ],
];
```

### Send message to server immediately with Facade

[](#send-message-to-server-immediately-with-facade)

```
    use LarDebug\Facade\LarDebug;
    /*....*/
    LarDebug::log("message");
    /*....*/
```

also it works fine with laravel apis

### add messages to request

[](#add-messages-to-request)

```
    Log::debug("message");
```

License
-------

[](#license)

The larabug package is open source software licensed under the [license MIT](http://opensource.org/licenses/MIT)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 99.1% 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 ~42 days

Recently: every ~117 days

Total

13

Last Release

1263d ago

PHP version history (2 changes)1.0.0PHP ^7.2|^8.0

1.1.9PHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/ba1b9d4b7d7ae096bf047b848b1c9a049a9e058efd0ffd9bc6b486c950f4966b?d=identicon)[mahmoudshahin1111](/maintainers/mahmoudshahin1111)

---

Top Contributors

[![mahmoudshahin1111](https://avatars.githubusercontent.com/u/46138189?v=4)](https://github.com/mahmoudshahin1111 "mahmoudshahin1111 (106 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

debuggerlaravellardebugphplaraveltoolslardebuglaravel debugger

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laracraft-tech/laravel-xhprof

Easy XHProf setup to profile your laravel application!

235321.4k](/packages/laracraft-tech-laravel-xhprof)[larawatcher/larawatcher

Larawatcher: Laravel Database Query Profiler

10487.6k](/packages/larawatcher-larawatcher)[adobrovolsky97/illuminar

Debug tool for Laravel Framework

2397.1k](/packages/adobrovolsky97-illuminar)[bavix/laravel-xhprof

Quick profiling of your code for Laravel

22156.6k](/packages/bavix-laravel-xhprof)[thehocinesaad/laravel-error-ai

This package adds Ask AI button to the error page.

2214.4k](/packages/thehocinesaad-laravel-error-ai)

PHPackages © 2026

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