symfony / mercure-notifier
Symfony Mercure Notifier Bridge
Fund package maintenance!
fabpot
Tidelift
symfony.com/sponsor
Installs: 981
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 4
Forks: 4
Type:symfony-notifier-bridge
Requires
- php: >=8.1
- ext-json: *
- symfony/mercure: ^0.5.2|^0.6
- symfony/notifier: ^5.4|^6.0
- symfony/service-contracts: ^1.10|^2|^3
This package is auto-updated.
Last update: 2022-05-27 09:36:22 UTC
README
Provides Mercure integration for Symfony Notifier.
DSN example
MERCURE_DSN=mercure://HUB_ID?topic=TOPIC
where:
HUB_ID
is the Mercure hub idTOPIC
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
)