Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/pushy-notifier
Symfony Pushy Notifier Bridge
https://github.com/symfony/pushy-notifier
component notifier php pushy symfony symfony-component
Last synced: about 1 month ago
JSON representation
Symfony Pushy Notifier Bridge
- Host: GitHub
- URL: https://github.com/symfony/pushy-notifier
- Owner: symfony
- License: mit
- Created: 2024-02-15T07:28:43.000Z (9 months ago)
- Default Branch: 7.1
- Last Pushed: 2024-05-21T08:11:31.000Z (6 months ago)
- Last Synced: 2024-05-22T16:22:24.846Z (6 months ago)
- Topics: component, notifier, php, pushy, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/notifier
- Size: 9.77 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Pushy Notifier
==============Provides [Pushy](https://pushy.me/) integration for Symfony Notifier.
DSN example
-----------```
PUSHY_DSN=pushy://API_KEY@default
```where:
- `API_KEY` is your application's API key, viewable in Pushy dashboard
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)