PHPackages                             dennissmink/lara-bug - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. dennissmink/lara-bug

Abandoned → [larabug/larabug](/?search=larabug%2Flarabug)Library[Logging &amp; Monitoring](/categories/logging)

dennissmink/lara-bug
====================

Laravel 6.x/7.x/8.x/9.x/10.x/11.x/12.x/13.x bug notifier

3.7.0(2mo ago)29916563[2 issues](https://github.com/LaraBug/LaraBug/issues)MITPHPPHP ^7.4 || ^8.0 || ^8.2 || ^8.3 || ^8.4CI passing

Since Nov 3Pushed 1mo ago9 watchersCompare

[ Source](https://github.com/LaraBug/LaraBug)[ Packagist](https://packagist.org/packages/dennissmink/lara-bug)[ RSS](/packages/dennissmink-lara-bug/feed)WikiDiscussions master Synced today

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

[![LaraBug](assets/logo.png)](https://www.larabug.com)

LaraBug Laravel SDK
===================

[](#larabug-laravel-sdk)

Official Laravel SDK for [larabug.com](https://www.larabug.com). Captures unhandled exceptions and queued job failures from Laravel 6 through 13 on PHP 7.4 and newer.

[![Software License](https://camo.githubusercontent.com/a67f84da0101fd15f26280e1f30cc8e20abc7cf6230b045261aca90440b72fa1/68747470733a2f2f706f7365722e707567782e6f72672f6c6172616275672f6c6172616275672f6c6963656e73652e737667)](../LICENSE.md)[![Latest Version on Packagist](https://camo.githubusercontent.com/12b95e9095cbf974674ec0e12f4a1a6acc51058d1d2577afa45decd2de84445d/68747470733a2f2f706f7365722e707567782e6f72672f6c6172616275672f6c6172616275672f762f737461626c652e737667)](https://packagist.org/packages/larabug/larabug)[![Build Status](https://github.com/larabug/larabug/workflows/tests/badge.svg)](https://github.com/larabug/larabug/actions)[![Total Downloads](https://camo.githubusercontent.com/e90d73b03ce52de88d610d874d0c49cc2cf8f7101c6b0ede9bdae870735e8f4f/68747470733a2f2f706f7365722e707567782e6f72672f6c6172616275672f6c6172616275672f642f746f74616c2e737667)](https://packagist.org/packages/larabug/larabug)

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

[](#installation)

```
composer require larabug/larabug
```

Publish the config file:

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

Set your credentials in `.env`:

```
LB_KEY=your-login-key
LB_PROJECT_KEY=your-project-key

```

Get both keys from your project at [larabug.com](https://www.larabug.com).

Finally, add `larabug` to your default log stack in `config/logging.php`:

```
'channels' => [
    'stack' => [
        'driver' => 'stack',
        'channels' => ['single', 'larabug'],
        'ignore_exceptions' => false,
    ],

    'larabug' => [
        'driver' => 'larabug',
    ],
],
```

That's it. Every unhandled exception, and every failed queue job, now reports to LaraBug automatically.

Documentation
-------------

[](#documentation)

Full documentation — configuration, exception capturing, queue and job monitoring, user context, testing, and troubleshooting — lives at **[larabug.com/docs](https://www.larabug.com/docs)**.

Related
-------

[](#related)

- [LaraBug JavaScript SDK](https://github.com/LaraBug/larabug-js) — frontend error tracking for Vanilla JavaScript, React, Vue 3, and Inertia.js.

License
-------

[](#license)

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

###  Health Score

64

—

FairBetter than 99% of packages

Maintenance89

Actively maintained with recent releases

Popularity32

Limited adoption so far

Community28

Small or concentrated contributor base

Maturity94

Battle-tested with a long release history

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~75 days

Recently: every ~18 days

Total

47

Last Release

80d ago

Major Versions

1.4.2 → 2.02020-02-18

2.5.3 → 3.02023-02-20

PHP version history (6 changes)1.0PHP &gt;=7.0.0

1.0.3PHP &gt;=5.6.0

1.3.1PHP &gt;=7.1.3

2.4.3PHP ^7.2.5|^8.0

2.5PHP ^7.4 || ^8.0

3.2PHP ^7.4 || ^8.0 || ^8.2 || ^8.3 || ^8.4

### Community

Maintainers

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

---

Top Contributors

[![Cannonb4ll](https://avatars.githubusercontent.com/u/3110750?v=4)](https://github.com/Cannonb4ll "Cannonb4ll (126 commits)")[![NathanGeerinck](https://avatars.githubusercontent.com/u/9437467?v=4)](https://github.com/NathanGeerinck "NathanGeerinck (59 commits)")[![nickurt](https://avatars.githubusercontent.com/u/5840084?v=4)](https://github.com/nickurt "nickurt (23 commits)")[![xHeinrich](https://avatars.githubusercontent.com/u/7674587?v=4)](https://github.com/xHeinrich "xHeinrich (13 commits)")[![Glennmen](https://avatars.githubusercontent.com/u/11406433?v=4)](https://github.com/Glennmen "Glennmen (12 commits)")[![SebastiaanKloos](https://avatars.githubusercontent.com/u/6506510?v=4)](https://github.com/SebastiaanKloos "SebastiaanKloos (11 commits)")[![jrmajor](https://avatars.githubusercontent.com/u/26096713?v=4)](https://github.com/jrmajor "jrmajor (10 commits)")[![cbl](https://avatars.githubusercontent.com/u/29352871?v=4)](https://github.com/cbl "cbl (7 commits)")[![mateussantana](https://avatars.githubusercontent.com/u/3890594?v=4)](https://github.com/mateussantana "mateussantana (4 commits)")[![RohanSakhale](https://avatars.githubusercontent.com/u/2164321?v=4)](https://github.com/RohanSakhale "RohanSakhale (4 commits)")[![mikemand](https://avatars.githubusercontent.com/u/745184?v=4)](https://github.com/mikemand "mikemand (2 commits)")[![pauloimon](https://avatars.githubusercontent.com/u/3463932?v=4)](https://github.com/pauloimon "pauloimon (2 commits)")[![Larsklopstra](https://avatars.githubusercontent.com/u/25669876?v=4)](https://github.com/Larsklopstra "Larsklopstra (2 commits)")[![paulhennell](https://avatars.githubusercontent.com/u/4799852?v=4)](https://github.com/paulhennell "paulhennell (1 commits)")[![Melcus](https://avatars.githubusercontent.com/u/6652134?v=4)](https://github.com/Melcus "Melcus (1 commits)")[![grantholle](https://avatars.githubusercontent.com/u/1189456?v=4)](https://github.com/grantholle "grantholle (1 commits)")[![HajMo](https://avatars.githubusercontent.com/u/50548630?v=4)](https://github.com/HajMo "HajMo (1 commits)")[![sinnbeck](https://avatars.githubusercontent.com/u/13980140?v=4)](https://github.com/sinnbeck "sinnbeck (1 commits)")[![Taronyuu](https://avatars.githubusercontent.com/u/7033142?v=4)](https://github.com/Taronyuu "Taronyuu (1 commits)")[![trippo](https://avatars.githubusercontent.com/u/497169?v=4)](https://github.com/trippo "trippo (1 commits)")

---

Tags

bugbug-trackerexception-handlingexception-toolexceptionshacktoberfestlaravel-5-packagelaravel-packagephploglaravelerror

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/dennissmink-lara-bug/health.svg)

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

###  Alternatives

[larabug/larabug

Laravel 6.x/7.x/8.x/9.x/10.x/11.x/12.x/13.x bug notifier

299571.0k1](/packages/larabug-larabug)[spatie/laravel-health

Monitor the health of a Laravel application

87411.3M154](/packages/spatie-laravel-health)[laravel/cashier-paddle

Cashier Paddle provides an expressive, fluent interface to Paddle's subscription billing services.

267880.7k3](/packages/laravel-cashier-paddle)[smodav/mpesa

M-Pesa API implementation

16167.1k1](/packages/smodav-mpesa)[masterro/laravel-mail-viewer

Easily view in browser outgoing emails.

64102.9k](/packages/masterro-laravel-mail-viewer)[spatie/laravel-flare

Send Laravel errors to Flare

111.2M6](/packages/spatie-laravel-flare)

PHPackages © 2026

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