PHPackages                             holystix/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. holystix/error-reporter

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

holystix/error-reporter
=======================

Reporting exceptions over HTTP to remote address

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

Since Jan 29Pushed 7y ago2 watchersCompare

[ Source](https://github.com/cube-agency/error-reporter)[ Packagist](https://packagist.org/packages/holystix/error-reporter)[ RSS](/packages/holystix-error-reporter/feed)WikiDiscussions master Synced 3d 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

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

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

2886d 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)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)

PHPackages © 2026

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