Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 675 Bytes

File metadata and controls

24 lines (17 loc) · 675 Bytes

Pushover Notifier

Provides Pushover integration for Symfony Notifier.

DSN example

PUSHOVER_DSN=pushover://USER_KEY:APP_TOKEN@default

where:

  • USER_KEY is your user/group key (or that of your target user), viewable when logged into your Pushover's dashboard
  • APP_TOKEN is your application's API token

Resources