Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/symfony/pushover-notifier

Symfony Pushover Notifier Bridge
https://github.com/symfony/pushover-notifier

component notifier php pushover symfony symfony-component

Last synced: about 1 month ago
JSON representation

Symfony Pushover Notifier Bridge

Awesome Lists containing this project

README

        

Pushover Notifier
=================

Provides [Pushover](https://pushover.net) 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
---------

* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony)