PHPackages                             cube-agency/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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. cube-agency/error-reporter

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

cube-agency/error-reporter
==========================

Reporting exceptions over HTTP to remote address

v1.0.3(8y ago)08.7k1[1 issues](https://github.com/cube-agency/error-reporter/issues)MITPHP

Since Jan 29Pushed 8y ago2 watchersCompare

[ Source](https://github.com/cube-agency/error-reporter)[ Packagist](https://packagist.org/packages/cube-agency/error-reporter)[ RSS](/packages/cube-agency-error-reporter/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (10)DependenciesVersions (11)Used By (0)

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

[](#error-reporter)

1. Require package

```
composer require cube-agency/error-reporter

```

2. Update .env file with relevant API url and key

```
ERROR_REPORTER_API_URL=xxx
ERROR_REPORTER_API_KEY=yyy

```

3. Register service provider in `config/app.php` (for Laravel 5.4 and older )

```
'providers' => [

   CubeAgency\ErrorReporter\ErrorReporterServiceProvider::class

```

4. Bind exception handler in `bootstrap/app.php`

```
$app->singleton(
    Illuminate\Contracts\Debug\ExceptionHandler::class,
    CubeAgency\ErrorReporter\Exceptions\Handler::class
);

```

5. Override package [config default values](src/config/error-reporter.php) by creating a config file in `config/error-reporter.php`

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity69

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

Recently: every ~35 days

Total

10

Last Release

2931d ago

Major Versions

v0.5.3 → v1.02018-05-07

### Community

Maintainers

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

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

---

Top Contributors

[![holystix](https://avatars.githubusercontent.com/u/9839442?v=4)](https://github.com/holystix "holystix (5 commits)")

### Embed Badge

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

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

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B10.9k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1938.5M262](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2326.5M315](/packages/open-telemetry-sdk)[illuminated/console-logger

Logging and Notifications for Laravel Console Commands.

8676.7k](/packages/illuminated-console-logger)

PHPackages © 2026

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