PHPackages                             nathandentzau/drupal-honeybadger - 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. nathandentzau/drupal-honeybadger

ActiveDrupal-module[Logging &amp; Monitoring](/categories/logging)

nathandentzau/drupal-honeybadger
================================

Zero-instrumentation, 360 degree coverage of errors, outages and service degradation.

0.2.0(3y ago)14.6k2MITPHPPHP ^7.3 || ^8.0CI failing

Since Jul 11Pushed 3y agoCompare

[ Source](https://github.com/nathandentzau/drupal-honeybadger)[ Packagist](https://packagist.org/packages/nathandentzau/drupal-honeybadger)[ Docs](https://github.com/nathandentzau/honeybadger)[ RSS](/packages/nathandentzau-drupal-honeybadger/feed)WikiDiscussions master Synced yesterday

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

Honeybadger
===========

[](#honeybadger)

This is a [Honeybadger](https://honeybadger.io) integration module for Drupal.

Requirements
------------

[](#requirements)

- PHP `^7.3 || ^8.0`
- Drupal `^8.7 || ^9.0 || ^10`

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

[](#installation)

This module must be installed with [Composer](https://getcomposer.org):

```
$ composer require nathandentzau/drupal-honeybadger
```

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

[](#configuration)

At this time, the module is only configurable via the settings.php file. In your settings file add the following:

```
$config['honeybadger.settings'] = [
  'api_key' => 'YOUR API KEY',
  'environment' => [
    'filter' => [],
    'include' => [],
  ],
  'request' => [
    'filter' => [],
  ],
  'version' => NULL,
  'hostname' => $_SERVER['HOST'],
  'project_root' => DRUPAL_ROOT,
  'environment_name' => 'THE CURRENT ENVIRONMENT',
  'handlers' => [
    'exception' => true,
    'error' => true,
  ],
  'client' => [
    'timeout' => 0,
    'proxy' => [],
  ],
  'excluded_exceptions' => [],
  'report_data' => true,
];
```

See the [Honeybadger integration documentation](https://docs.honeybadger.io/lib/php/index.html) for more information on the settings above.

Testing
-------

[](#testing)

This project contains unit tests and code linters.

- PHPUnit: `composer phpunit`
- PHPCS: `composer phpcs`

Maintainers
-----------

[](#maintainers)

- [Nathan Dentzau](https://drupal.org/u/nathandentzau)

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~475 days

Total

3

Last Release

1234d ago

PHP version history (2 changes)0.1.0PHP ^7.3

0.2.0PHP ^7.3 || ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15371196?v=4)[Nathan Dentzau](/maintainers/nathandentzau)[@nathandentzau](https://github.com/nathandentzau)

---

Top Contributors

[![nathandentzau](https://avatars.githubusercontent.com/u/15371196?v=4)](https://github.com/nathandentzau "nathandentzau (3 commits)")[![roberttstephens](https://avatars.githubusercontent.com/u/872888?v=4)](https://github.com/roberttstephens "roberttstephens (2 commits)")[![jtenman](https://avatars.githubusercontent.com/u/1759799?v=4)](https://github.com/jtenman "jtenman (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nathandentzau-drupal-honeybadger/health.svg)

```
[![Health](https://phpackages.com/badges/nathandentzau-drupal-honeybadger/health.svg)](https://phpackages.com/packages/nathandentzau-drupal-honeybadger)
```

###  Alternatives

[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M421](/packages/drupal-core-recommended)[honeybadger-io/honeybadger-laravel

Honeybadger Laravel integration

431.3M](/packages/honeybadger-io-honeybadger-laravel)

PHPackages © 2026

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