PHPackages                             bitweb/error-reporting - 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. bitweb/error-reporting

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

bitweb/error-reporting
======================

BitWeb extension for sending errors to email.

1.1.1(9y ago)02.4k1[3 issues](https://github.com/BitWeb/error-reporting/issues)1BSD-3-ClausePHP

Since Apr 4Pushed 9y ago10 watchersCompare

[ Source](https://github.com/BitWeb/error-reporting)[ Packagist](https://packagist.org/packages/bitweb/error-reporting)[ Docs](http://bitweb.ee/)[ RSS](/packages/bitweb-error-reporting/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (9)Dependencies (8)Versions (11)Used By (1)

error-reporting
===============

[](#error-reporting)

[![Build Status](https://camo.githubusercontent.com/f8deae0dd63b0efe208ab579b3f0a991a11f099393d4524c9a23879d86b3ddee/68747470733a2f2f7472617669732d63692e6f72672f4269745765622f6572726f722d7265706f7274696e672e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/BitWeb/error-reporting?branch=master)[![Coverage Status](https://camo.githubusercontent.com/3df1c190b043677409c9a14d34e32ad263616c35c13beae3723a6be8cd35b3e5/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f4269745765622f6572726f722d7265706f7274696e672e737667)](https://coveralls.io/r/BitWeb/error-reporting?branch=master)\##Usage:

Add this to your index.php file, right after autoloading.

```
$errorService = new \BitWeb\ErrorReporting\Service\ErrorService(array(
    'errorReportingLevel' => E_ALL,
    'subject' => '[Errors][your-app-id-here]',
    'emails' => array (
        'you@domain.com'
    ),
    'from_address' => 'you@domain.com',
    'ignore404' => false,
    'ignoreBot404' => false,
    'botList' => array(
        'AhrefsBot',
        'bingbot',
        'Ezooms',
        'Googlebot',
        'Mail.RU_Bot',
        'YandexBot',
    ),
    'ignorableExceptions' => array(
        'ErrorException'
    ),
    'ignorablePaths' => array (
        'paths/to/ignore'
    )
));
$errorService->startErrorHandling();
```

Add this to the last line of your index.php

```
$errorService->endErrorHandling();
```

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

[](#configuration)

NameTypeDefaultDescriptionerrorReportingLevelintegerE\_ALLThe level of error reporting.subjectstring`Errors`The subject of the message being sent.emailsarray`array()`An array of emails the error report is sent to.from\_addressstring`''`Address where the message is sent from.ignore404boolean`false`Are 404 errors ignored?ignoreBot404boolean`false`Are bot 404 errors ignored?botListarray`array()`Defines bots.ignorableExceptionsarray`array('ErrorException')`Exceptions to ignore.ignorablePathsarray`array()`Paths to ignore.

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 69.4% 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 ~125 days

Recently: every ~200 days

Total

9

Last Release

3471d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ed3aab3128caa0c1b5714b5b220e7e3098665afce1cd5ff0c031c9248b69857d?d=identicon)[tobre](/maintainers/tobre)

---

Top Contributors

[![rammrain](https://avatars.githubusercontent.com/u/4268477?v=4)](https://github.com/rammrain "rammrain (34 commits)")[![taavisikk](https://avatars.githubusercontent.com/u/9251333?v=4)](https://github.com/taavisikk "taavisikk (8 commits)")[![kristjanAnd](https://avatars.githubusercontent.com/u/7123229?v=4)](https://github.com/kristjanAnd "kristjanAnd (5 commits)")[![tobre6](https://avatars.githubusercontent.com/u/1629750?v=4)](https://github.com/tobre6 "tobre6 (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bitweb-error-reporting/health.svg)

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

###  Alternatives

[snapshotpl/zf-snap-php-debug-bar

PHP Debug Bar module for Zend Framework 2

3026.1k](/packages/snapshotpl-zf-snap-php-debug-bar)[davidhavl/dherrorlogging

Full featured error logging module for ZF2/ZF3 application

1924.6k](/packages/davidhavl-dherrorlogging)[jhuet/zdt-logger-module

A ZF3 module to log data using Zend\\Log and write them to ZendDeveloperTools toolbar.

1765.7k4](/packages/jhuet-zdt-logger-module)[zfbrasil/doctrine-money-module

Provide ZF2 integration between doctrine and mathiasverraes/money

1627.2k](/packages/zfbrasil-doctrine-money-module)

PHPackages © 2026

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