jonshawpzbp/monolog-pushovercurl

Implementation of Pushover.net notifications for logs using cURL as the transport mechanism. Allows for HTTP Proxy use where required.

Installs: 32

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/jonshawpzbp/monolog-pushovercurl

1.1.2 2024-02-07 16:02 UTC

This package is auto-updated.

Last update: 2025-12-28 15:07:07 UTC


README

Implementation of Pushover.net notifications for logs using cURL as the transport mechanism. Allows for HTTP Proxy use where required.

Requirements

  • PHP 8.1 or higher
  • Monolog 3.0 or higher
  • cURL extension for PHP

Installation

Installation via Composer: composer require jonshawpzbp/monolog-pushovercurl

Example

See example.php file.