jonshawpzbp / monolog-pushovercurl
Implementation of Pushover.net notifications for logs using cURL as the transport mechanism. Allows for HTTP Proxy use where required.
Package info
github.com/JonShawPZBP/MonologPushoverCurl
pkg:composer/jonshawpzbp/monolog-pushovercurl
1.1.2
2024-02-07 16:02 UTC
Requires
- php: >= 8.1
- ext-curl: *
- monolog/monolog: ^3.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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.