PHPackages                             upkareno/error-reporter - 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. [Framework](/categories/framework)
4. /
5. upkareno/error-reporter

ActiveLibrary[Framework](/categories/framework)

upkareno/error-reporter
=======================

Simple Error Reporting package

v1.7(3y ago)268MITPHPPHP ^7.1.8 || ^8.0

Since Aug 12Pushed 3y ago1 watchersCompare

[ Source](https://github.com/upkareno/error-reporter)[ Packagist](https://packagist.org/packages/upkareno/error-reporter)[ Docs](https://github.com/upkareno/error-reporter)[ RSS](/packages/upkareno-error-reporter/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (11)Versions (10)Used By (0)

error-reporter
==============

[](#error-reporter)

Install
-------

[](#install)

`composer require upkareno/error-reporter`

Configuration
-------------

[](#configuration)

##### run this artisan command to publish provider

[](#run-this-artisan-command-to-publish-provider)

`php artisan vendor:publish --provider="Upkareno\ErrorReporter\Providers\ReporterProvider" `

Then run
--------

[](#then-run)

`php artisan migrate`

Create a new reporter
---------------------

[](#create-a-new-reporter)

`php artisan make:reporter `

##### enter your name and email address to report bugs to email address

[](#enter-your-name-and-email-address-to-report-bugs-to-email-address)

Confing Reporter
----------------

[](#confing-reporter)

##### open `app/Exeptions/Handler.php`

[](#open-appexeptionshandlerphp)

###### add the following lines :

[](#add--the-following-lines-)

```
public function register()
    {
        $this->reportable(function (Throwable $e) {
              $reporter = new \Upkareno\ErrorReporter\Reporter();
              $reporter->report($e);
        });
   }

```

Get Error Reports
-----------------

[](#get-error-reports)

#### use this JSON response to view in admin dashboard or developer page

[](#use-this-json-response-to-view-in-admin-dashboard-or-developer-page)

-
-
-
-
-

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 62.5% 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 ~44 days

Recently: every ~78 days

Total

8

Last Release

1109d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/111099255?v=4)[upkareno](/maintainers/upkareno)[@upkareno](https://github.com/upkareno)

---

Top Contributors

[![shopnaill](https://avatars.githubusercontent.com/u/42184979?v=4)](https://github.com/shopnaill "shopnaill (15 commits)")[![upkareno](https://avatars.githubusercontent.com/u/111099255?v=4)](https://github.com/upkareno "upkareno (9 commits)")

---

Tags

frameworklaravel

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/upkareno-error-reporter/health.svg)

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

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[bagisto/bagisto

Bagisto Laravel E-Commerce

27.6k172.1k9](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

23.2k33.6k1](/packages/krayin-laravel-crm)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3891.8k](/packages/codewithdennis-larament)[ercogx/laravel-filament-starter-kit

This is a Filament v5 Starter Kit for Laravel 13, designed to accelerate the development of Filament-powered applications.

461.7k](/packages/ercogx-laravel-filament-starter-kit)

PHPackages © 2026

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