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
Requires
- php: >= 8.1
- ext-curl: *
- monolog/monolog: ^3.0
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.