symfony / mercure-notifier
Symfony Mercure Notifier Bridge
Fund package maintenance!
fabpot
Tidelift
symfony.com/sponsor
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Type:symfony-bridge
Requires
- php: >=7.2.5
- ext-json: *
- symfony/mercure: ^0.4
- symfony/notifier: ^5.3
- symfony/service-contracts: ^1.10|^2
This package is auto-updated.
Last update: 2021-03-01 00:32:37 UTC
README
Provides Mercure integration for Symfony Notifier.
DSN example
MERCURE_DSN=mercure://PUBLISHER_SERVICE_ID?topic=TOPIC
where:
PUBLISHER_SERVICE_ID
is the Mercure publisher service 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
)