PHPackages                             audunru/monolog-pushover - 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. audunru/monolog-pushover

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

audunru/monolog-pushover
========================

Monolog handler that uses a HTTP client to log messages to Pushover

v2.0.0(1mo ago)03.0k↑16.7%MITPHPPHP ^8.3CI passing

Since Nov 10Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/audunru/monolog-pushover)[ Packagist](https://packagist.org/packages/audunru/monolog-pushover)[ RSS](/packages/audunru-monolog-pushover/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (16)Versions (12)Used By (0)

Pushover handler for Monolog
============================

[](#pushover-handler-for-monolog)

[![Build Status](https://github.com/audunru/monolog-pushover/actions/workflows/validate.yml/badge.svg)](https://github.com/audunru/monolog-pushover/actions/workflows/validate.yml)[![Coverage Status](https://camo.githubusercontent.com/2abd5c2de0550e67867958bc9415c71e1d6d7cd6c53416b677a889235366c4c8/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f617564756e72752f6d6f6e6f6c6f672d707573686f7665722f62616467652e7376673f6272616e63683d6d61696e)](https://coveralls.io/github/audunru/monolog-pushover?branch=main)[![StyleCI](https://camo.githubusercontent.com/dd3cc557dafd81b786d0969e13f335f640bdb3eb8f513606b906e170b534be93/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3838363335313035352f736869656c643f6272616e63683d6d61696e)](https://github.styleci.io/repos/886351055)

Monolog (a PHP logging library) uses *handlers* to send log messages to various destinations. This is one such handler, for sending Monolog log messages to [Pushover](https://pushover.net).

This package uses [Guzzle](https://docs.guzzlephp.org/) by default, but you can replace that with another PSR compatible HTTP client if you wish.

Installation (for use with Laravel)
===================================

[](#installation-for-use-with-laravel)

```
composer require audunru/monolog-pushover spatie/laravel-package-tools
```

Publish configuration
---------------------

[](#publish-configuration)

Publish the configuration file by running:

```
php artisan vendor:publish --tag=monolog-pushover-config
```

Edit configuration
------------------

[](#edit-configuration)

Add pushover to the channels section of `config/logging.php`:

```
'channels' => [
    'pushover' => [
        'driver'  => 'monolog',
        'handler' => \audunru\MonologPushover\Handlers\PushoverHandler::class,
        'with'    => [
            'token' => env('PUSHOVER_TOKEN'),
            'users' => env('PUSHOVER_USER'),
        ],
    ],
],
```

Log something to Pushover:

```
Log::channel("pushover")->error("Test");
```

Installation (without Laravel)
==============================

[](#installation-without-laravel)

```
composer require audunru/monolog-pushover
```

Alternatives
============

[](#alternatives)

[jonshawpzbp/monolog-pushovercurl](https://github.com/JonShawPZBP/MonologPushoverCurl)

[Monolog's own PushoverHandler](https://github.com/Seldaek/monolog/blob/main/src/Monolog/Handler/PushoverHandler.php)

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance86

Actively maintained with recent releases

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 56.3% 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 ~83 days

Recently: every ~92 days

Total

7

Last Release

56d ago

Major Versions

v0.1.1 → v1.0.02025-03-22

v1.0.2 → v13.x-dev2026-03-24

PHP version history (2 changes)v0.1.0PHP ^8.2

v13.x-devPHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/444043228e007e4f695d18a30380b811fb60077138f7c46f111f45a1b98e2f1c?d=identicon)[audunru](/maintainers/audunru)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (36 commits)")[![audunru](https://avatars.githubusercontent.com/u/5163790?v=4)](https://github.com/audunru "audunru (24 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (3 commits)")[![semantic-release-bot](https://avatars.githubusercontent.com/u/32174276?v=4)](https://github.com/semantic-release-bot "semantic-release-bot (1 commits)")

---

Tags

psrlaravelmonologpushover

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/audunru-monolog-pushover/health.svg)

```
[![Health](https://phpackages.com/badges/audunru-monolog-pushover/health.svg)](https://phpackages.com/packages/audunru-monolog-pushover)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

86910.0M83](/packages/spatie-laravel-health)[tylercd100/lern

LERN (Laravel Exception Recorder and Notifier) is a Laravel 5 package that will record exceptions into a database and will notify you via Email, Pushover or Slack.

438153.4k3](/packages/tylercd100-lern)[guanguans/laravel-exception-notify

Monitor exception and report to the notification channels(Log、Mail、AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

14642.7k1](/packages/guanguans-laravel-exception-notify)[naoray/laravel-github-monolog

Log driver to store logs as github issues

10619.4k](/packages/naoray-laravel-github-monolog)[shaffe/laravel-mail-log-channel

A package to support logging via email in Laravel

1286.2k](/packages/shaffe-laravel-mail-log-channel)[jacobtims/filament-logger

Activity logger for filament

1721.0k4](/packages/jacobtims-filament-logger)

PHPackages © 2026

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