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

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

logger/pushover
===============

A psr-3 compatible Pushover implementation

1.0.0(7mo ago)02.0kMITPHPPHP &gt;= 8.0

Since Nov 20Pushed 7mo agoCompare

[ Source](https://github.com/LoggerEssentials/PushoverLogger)[ Packagist](https://packagist.org/packages/logger/pushover)[ RSS](/packages/logger-pushover/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (7)Dependencies (6)Versions (8)Used By (0)

PushoverLogger
==============

[](#pushoverlogger)

A PSR‑3 compatible logger that sends messages to Pushover.

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

[](#requirements)

- PHP &gt;= 8.0
- `logger/essentials` (pulled via composer)
- One of the following transports:
    - Built‑in cURL (ext-curl)
    - PSR‑18 HTTP client + PSR‑17 factories (suggested: `psr/http-client`, `psr/http-factory`)

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

[](#installation)

Install via Composer in your application:

```
composer require logger/pushover

```

Basic Usage (cURL transport)
----------------------------

[](#basic-usage-curl-transport)

The simplest way uses the built‑in cURL transport. If no transport is provided, cURL is used automatically.

```
