PHPackages                             shootkiran/merobug - 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. shootkiran/merobug

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

shootkiran/merobug
==================

Save Exceptions of Laravel into Database.Inspired by larabug

v1.0.10(1mo ago)0175MITPHPPHP ^7.4 || ^8.0

Since Mar 16Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/shootkiran/meroBug)[ Packagist](https://packagist.org/packages/shootkiran/merobug)[ GitHub Sponsors](https://github.com/cannonb4ll)[ RSS](/packages/shootkiran-merobug/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (9)Versions (12)Used By (0)

 [![](https://camo.githubusercontent.com/daba7512399bbd6ea3d8b05cd394877e19673eebdd4632f42958fd78bd73a751/68747470733a2f2f7777772e6d65726f6275672e636f6d2f696d616765732f6d65726f6275672d6c6f676f2d736d616c6c2e706e67)](https://www.merobug.com)

MeroBug
=======

[](#merobug)

Laravel 6.x/7.x/8.x/9.x/10.x/11.x/12.x/13.x package for logging errors to database

Installation on laravel
-----------------------

[](#installation-on-laravel)

You can install the package through Composer.

```
composer require shootkiran/merobug
```

Then publish the config and migration file of the package using the vendor publish command.

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

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

Note: by default only production environments will report errors. To modify this edit your MeroBug configuration.

Reporting unhandled exceptions
------------------------------

[](#reporting-unhandled-exceptions)

You can use MeroBug as a log-channel by adding the following config to the `channels` section in `config/logging.php`:

```
'channels' => [
    // ...
    'merobug' => [
        'driver' => 'merobug',
    ],
],
```

After that you can add it to the stack section:

```
'channels' => [
    'stack' => [
        'driver' => 'stack',
        'channels' => ['single', 'merobug'],
    ],
    //...
],
```

PS: If you're using lumen, it could be that you don't have the `logging.php` file. So, you can use default logging file from framework core and make changes above.

```
php -r "file_exists('config/') || mkdir('config/'); copy('vendor/laravel/lumen-framework/config/logging.php', 'config/logging.php');"
```

License
-------

[](#license)

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

###  Health Score

44

—

FairBetter than 91% of packages

Maintenance98

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Recently: every ~64 days

Total

11

Last Release

39d ago

PHP version history (2 changes)v1.0.0PHP ^7.4 || ^8.0

v1.0.1PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/753d56b1e1692db4d5d9208529b7f4287e0e107fe0a3ed7e5f8fc22cd9347684?d=identicon)[shootkiran@gmail.com](/maintainers/shootkiran@gmail.com)

---

Top Contributors

[![shootkiran](https://avatars.githubusercontent.com/u/9031860?v=4)](https://github.com/shootkiran "shootkiran (27 commits)")

---

Tags

loglaravelerror

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[larabug/larabug

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

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

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[guanguans/laravel-exception-notify

Monitor exception and report to the notification channels(Log、Mail、AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

14642.7k1](/packages/guanguans-laravel-exception-notify)[yaro/log-envelope

Laravel 5 email on error

4147.0k](/packages/yaro-log-envelope)[kitloong/laravel-app-logger

Laravel log for your application

101.2M8](/packages/kitloong-laravel-app-logger)

PHPackages © 2026

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