PHPackages                             eslym/laravel-error-report - 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. eslym/laravel-error-report

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

eslym/laravel-error-report
==========================

Better error reports for laravel

2.1.0(6y ago)0122MITPHPPHP &gt;=7.1

Since May 12Pushed 6y ago1 watchersCompare

[ Source](https://github.com/eslym/laravel-error-report)[ Packagist](https://packagist.org/packages/eslym/laravel-error-report)[ RSS](/packages/eslym-laravel-error-report/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (8)Versions (17)Used By (0)

Better Error Reports for Laravel
================================

[](#better-error-reports-for-laravel)

**Why this package exists?**Sometimes errors happens on production but default error report does not log the environment variables and etc. It is hard to track the error with limited information but its too heavy for server to store **all** information. This package will detect repeated errors and store only limited sample for each error.

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

[](#installation)

```
composer install eslym/laravel-error-report ^2.0
```

Usage
-----

[](#usage)

1. Migrate database
2. Use the report function
3. Schedule cleanup

```
// app/Exceptions/Handler.php
...
    public function report(Exception $exception)
    {
        if($this->shouldReport($exception)){
            \Eslym\ErrorReport\Facades\Reporter::report($exception);
        }
    }
...
```

```
// app/Console/Kernel.php
$schedule->command('errors:cleanup')
         ->daily();
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Recently: every ~13 days

Total

16

Last Release

2484d ago

Major Versions

1.0.8 → 2.0.02019-06-04

### Community

Maintainers

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

---

Top Contributors

[![eslym](https://avatars.githubusercontent.com/u/3667594?v=4)](https://github.com/eslym "eslym (38 commits)")

### Embed Badge

![Health badge](/badges/eslym-laravel-error-report/health.svg)

```
[![Health](https://phpackages.com/badges/eslym-laravel-error-report/health.svg)](https://phpackages.com/packages/eslym-laravel-error-report)
```

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k12.1M99](/packages/laravel-pulse)[laravel/cashier

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

2.5k25.9M107](/packages/laravel-cashier)[genealabs/laravel-model-caching

Automatic caching for Eloquent models.

2.4k4.8M26](/packages/genealabs-laravel-model-caching)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[mikebronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k127.1k1](/packages/mikebronner-laravel-model-caching)

PHPackages © 2026

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