PHPackages                             weew/app-error-handler-bugsnag - 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. weew/app-error-handler-bugsnag

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

weew/app-error-handler-bugsnag
==============================

Integrates Bugsnag into the weew/app-error-handler package.

v1.11.2(9y ago)045MITPHP

Since Feb 22Pushed 9y ago1 watchersCompare

[ Source](https://github.com/weew/app-error-handler-bugsnag)[ Packagist](https://packagist.org/packages/weew/app-error-handler-bugsnag)[ RSS](/packages/weew-app-error-handler-bugsnag/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (16)Used By (0)

Bugsnag error handler
=====================

[](#bugsnag-error-handler)

[![Build Status](https://camo.githubusercontent.com/d955cceb3cd0090f7c5c12fbf38c41ff2a23d69116f54fdecb2963d8f20530dd/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f776565772f6170702d6572726f722d68616e646c65722d627567736e61672e737667)](https://travis-ci.org/weew/app-error-handler-bugsnag)[![Code Quality](https://camo.githubusercontent.com/6373249377e1eac5895832dba90ee2619c31c655d85370bbca237f1748aaf3d4/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f776565772f6170702d6572726f722d68616e646c65722d627567736e61672e737667)](https://scrutinizer-ci.com/g/weew/app-error-handler-bugsnag)[![Test Coverage](https://camo.githubusercontent.com/64407ff1b01a6aa610ac7b81ec738df06ef40526acd29e609c9bb9e7c415302e/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f776565772f6170702d6572726f722d68616e646c65722d627567736e61672e737667)](https://coveralls.io/github/weew/app-error-handler-bugsnag)[![Version](https://camo.githubusercontent.com/4cbf55d042a58d302ad5b305063950fe6c1e9f2f9c3b801209dc7370f170940c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f776565772f6170702d6572726f722d68616e646c65722d627567736e61672e737667)](https://packagist.org/packages/weew/app-error-handler-bugsnag)[![Licence](https://camo.githubusercontent.com/b6e2fac9176d74eda34118745667bf08216dcf51fbea3ac932f80ebadbe8f46f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f776565772f6170702d6572726f722d68616e646c65722d627567736e61672e737667)](https://packagist.org/packages/weew/app-error-handler-bugsnag)

Table of contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Introduction](#introduction)
- [Usage](#usage)
- [Example config](#example-config)

Installation
------------

[](#installation)

`composer require weew/app-error-handler-bugsnag`

Introduction
------------

[](#introduction)

This package integrates [Bugsnag](https://bugsnag.com) into the [weew/app-error-handler](https://github.com/weew/app-error-handler) package.

Usage
-----

[](#usage)

To enable this provider simply register it on the kernel.

```
$app->getKernel()->addProviders([
    ErrorHandlerProvider::class,
    BugsnagErrorHandlerProvider::class,
]);
```

Example config
--------------

[](#example-config)

This is how the config might look like in yaml:

```
bugsnag_error_handler:
  env: "dev"
  client_id: "client_id"
  enabled_environments: ["dev", "stage", "prod"]
  type: "service"
  auto_notify: true
  send_code: true
  project_root: "path/to/root/directory"
  hostname: "hostname"
  number_of_skipped_stack_trace_lines: 5
  metadata:
    some: data
  filters: ["password", "credit_card"]
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity71

Established project with proven stability

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

Total

15

Last Release

3631d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/10b2b854b5829dd13a15967c000ed2119b5faef67aca24d94c653c8ac550d85e?d=identicon)[weew](/maintainers/weew)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/weew-app-error-handler-bugsnag/health.svg)

```
[![Health](https://phpackages.com/badges/weew-app-error-handler-bugsnag/health.svg)](https://phpackages.com/packages/weew-app-error-handler-bugsnag)
```

###  Alternatives

[bugsnag/bugsnag-laravel

Official Bugsnag notifier for Laravel applications.

90335.7M38](/packages/bugsnag-bugsnag-laravel)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32133.6M3](/packages/bugsnag-bugsnag-psr-logger)[bugsnag/bugsnag-symfony

Official BugSnag notifier for Symfony applications.

453.1M8](/packages/bugsnag-bugsnag-symfony)[mead-steve/mono-snag

Bugsnag integration for monolog. An abstract handler that sends messages to Bugsnag

20539.3k1](/packages/mead-steve-mono-snag)[evolution7/bugsnag-bundle

Bugsnag error reporting integration for Symfony2

19126.6k1](/packages/evolution7-bugsnag-bundle)[gold/craft-bugsnag

Unofficial Bugsnag notifier for Craft Cms.

1214.3k](/packages/gold-craft-bugsnag)

PHPackages © 2026

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