jonshawpzbp/monolog-pushovercurl

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

1.1.2 2024-02-07 16:02 UTC

This package is auto-updated.

Last update: 2024-04-07 16:29:39 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.