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(2y ago)263MITPHPPHP ^7.1.8 || ^8.0

Since Aug 12Pushed 2y 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 4w ago

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 49% 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

1055d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9ed76676c10d0505c4adb1552a025cc3d58ba28a98464d5efc2dc0be2a40316f?d=identicon)[upkareno](/maintainers/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

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[juzaweb/cms

Juzaweb CMS is a Content Management System (CMS) developed based on Laravel Framework and web platform whose sole purpose is to make your development workflow simple again. Project develop by Juzaweb

187571.2k](/packages/juzaweb-cms)[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.

3691.5k](/packages/codewithdennis-larament)

PHPackages © 2026

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