Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)