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.1.0(1mo ago)03.3k↑77.8%[1 PRs](https://github.com/audunru/monolog-pushover/pulls)MITPHPPHP ^8.3CI passing

Since Nov 10Pushed 1w 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 4d ago

READMEChangelog (6)Dependencies (24)Versions (21)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)

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

51

—

FairBetter than 95% of packages

Maintenance96

Actively maintained with recent releases

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 51.2% 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 ~80 days

Recently: every ~48 days

Total

8

Last Release

41d 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://avatars.githubusercontent.com/u/5163790?v=4)[Audun Rundberg](/maintainers/audunru)[@audunru](https://github.com/audunru)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (42 commits)")[![audunru](https://avatars.githubusercontent.com/u/5163790?v=4)](https://github.com/audunru "audunru (34 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 (3 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

87512.0M167](/packages/spatie-laravel-health)[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).

14845.8k1](/packages/guanguans-laravel-exception-notify)[nightowl/agent

NightOwl monitoring agent — collects telemetry from laravel/nightwatch and writes to PostgreSQL

771.7k](/packages/nightowl-agent)[slimani/filament-media-manager

A media manager plugin for Filament.

126.9k](/packages/slimani-filament-media-manager)

PHPackages © 2026

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