1. Go to this page and download the library: Download nuccleon/pushover-http library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
nuccleon / pushover-http example snippets
'job' => $mandatory, // Job selector. 'push', 'poll' or 'cancel' allowed.
'user' => $mandatory, // the user/group key (not e-mail address) of your user (or you), viewable
// when logged into our dashboard (often referred to as USER_KEY in our
// documentation and code examples)
'token' => $mandatory, // your application's API token
'message' => $mandatory, // your message
'priority' => $optional, // send as -2 to generate no notification/alert, -1 to always send as a quiet
// notification, 1 to display as high-priority and bypass the user's quiet hours,
// or 2 to also sounds supported by device clients to override the user's default sound choice
'html' => $optional, // To enable HTML formatting. The normal message content in your message parameter will then be displayed as HTML.
'date' => $optional, // a Unix timestamp of your message's date and time to display to the user, rather than the time your message is received by our API
// has to be formated as defined in DATE_FORMAT
'retry' => $optional, // Specifies how often (in seconds) the Pushover servers will send the same notification to the user (EMERGENCY only, mandatory for EMERGENCY)
'expire' => $optional, // The expire parameter specifies how many seconds your notification will continue to be retried (EMERGENCY only, mandatory for EMERGENCY)
'callback' => $optional, // The optional callback parameter may be supplied with a publicly-accessible URL that our servers will send a request to when the user has acknowledged your notification.
'receipt' => $mandatory, // This receipt can be used to periodically poll the receipts API to get the status of your notification
'echo' => $optional // set this to redirect debug logs to the http response (GET only)
'config' => $optional // The configuration group within the ini-file that should be used