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 2w 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 52% 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

2531d ago

Major Versions

1.0.8 → 2.0.02019-06-04

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3667594?v=4)[0nepeop1e](/maintainers/eslym)[@eslym](https://github.com/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

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9772.3M122](/packages/roots-acorn)[laravel/pulse

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

1.7k14.1M124](/packages/laravel-pulse)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77018.2M124](/packages/laravel-mcp)[api-platform/laravel

API Platform support for Laravel

59156.3k11](/packages/api-platform-laravel)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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