PHPackages                             mead-steve/ray-gunolog - 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. mead-steve/ray-gunolog

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

mead-steve/ray-gunolog
======================

An abstract handler for monolog that connects to raygun.io

v1.0.0(12y ago)1219MITPHP

Since Apr 5Pushed 10y ago1 watchersCompare

[ Source](https://github.com/meadsteve/RayGunolog)[ Packagist](https://packagist.org/packages/mead-steve/ray-gunolog)[ RSS](/packages/mead-steve-ray-gunolog/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

RayGunolog
==========

[](#raygunolog)

Monolog Handler connection to raygun.io.

Build status
------------

[](#build-status)

branchstatusmaster[![Build Status](https://camo.githubusercontent.com/a53def6d787020a2933415a527cb6461655509116c9af2774f9bd462fd8c5015/68747470733a2f2f7472617669732d63692e6f72672f6d65616473746576652f52617947756e6f6c6f672e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/meadsteve/RayGunolog)Installation
------------

[](#installation)

Via Composer: Add the following to your composer.json

```
  "require": {
        "mead-steve/ray-gunolog": "^1.0.0"
    }
```

Usage
-----

[](#usage)

```
$logger  = new Monolog\Logger("Example");

$rayGunHandler = new \MeadSteve\RayGunolog\RayGunHandler(
    new \Raygun4php\RaygunClient("YOUR_RAYGUN_KEY")
);

$logger->pushHandler($rayGunHandler);

// The following error will get sent automatically to RayGun
$logger->addError("oh no!", array('exception' => new \Exception("ohnoception")));
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

4420d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6f6a1fc7be44918da7cc299d340d1e27b338e2396c2f2ca389857b4e2e197c4b?d=identicon)[MeadSteve](/maintainers/MeadSteve)

---

Top Contributors

[![meadsteve](https://avatars.githubusercontent.com/u/1663120?v=4)](https://github.com/meadsteve "meadsteve (8 commits)")

---

Tags

loggingerrormonolograygun

### Embed Badge

![Health badge](/badges/mead-steve-ray-gunolog/health.svg)

```
[![Health](https://phpackages.com/badges/mead-steve-ray-gunolog/health.svg)](https://phpackages.com/packages/mead-steve-ray-gunolog)
```

###  Alternatives

[rollbar/rollbar-laravel

Rollbar error monitoring integration for Laravel projects

14110.4M7](/packages/rollbar-rollbar-laravel)[analog/analog

Fast, flexible, easy PSR-3-compatible PHP logging package with dozens of handlers.

3451.5M24](/packages/analog-analog)[justbetter/magento2-sentry

Magento 2 Logger for Sentry

1851.5M3](/packages/justbetter-magento2-sentry)[inpsyde/wonolog

Monolog-based logging package for WordPress.

183617.9k7](/packages/inpsyde-wonolog)[mead-steve/mono-snag

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

20533.2k1](/packages/mead-steve-mono-snag)[mindscape/raygun4php

Raygun.com client for sending errors and exceptions automatically.

371.5M14](/packages/mindscape-raygun4php)

PHPackages © 2026

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