Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/mercure-notifier
Symfony Mercure Notifier Bridge
https://github.com/symfony/mercure-notifier
component mercure notifier php symfony symfony-component
Last synced: about 1 month ago
JSON representation
Symfony Mercure Notifier Bridge
- Host: GitHub
- URL: https://github.com/symfony/mercure-notifier
- Owner: symfony
- License: mit
- Created: 2021-01-29T13:45:30.000Z (almost 4 years ago)
- Default Branch: 7.1
- Last Pushed: 2024-09-27T08:43:31.000Z (about 2 months ago)
- Last Synced: 2024-09-30T17:20:58.817Z (about 2 months ago)
- Topics: component, mercure, notifier, php, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/notifier
- Size: 83 KB
- Stars: 12
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Mercure Notifier
================Provides [Mercure](https://github.com/symfony/mercure) integration for Symfony Notifier.
DSN example
-----------```
MERCURE_DSN=mercure://HUB_ID?topic=TOPIC
```where:
- `HUB_ID` is the Mercure hub id
- `TOPIC` is the topic IRI (optional, default: `https://symfony.com/notifier`. Could be either a single topic: `topic=https://foo` or multiple topics: `topic[]=/foo/1&topic[]=https://bar`)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)