symfony / matrix-notifier
Symfony Matrix Notifier Bridge
Package info
github.com/symfony/matrix-notifier
Type:symfony-notifier-bridge
pkg:composer/symfony/matrix-notifier
v8.0.0
2025-08-13 12:47 UTC
Requires
- php: >=8.4
- symfony/http-client: ^7.4|^8.0
- symfony/notifier: ^7.4|^8.0
- symfony/uid: ^7.4|^8.0
This package is auto-updated.
Last update: 2026-02-27 14:25:24 UTC
README
Provides Matrix integration for Symfony Notifier. It uses the Matrix Client-Server API.
Note:
This Bridge was tested with the official Matrix Synapse Server and the Client-Server API v3 (version v1.13).
But it should work with every Matrix Client-Server API v3 compliant homeserver.
DSN example
MATRIX_DSN=matrix://HOST:PORT/?accessToken=ACCESS_TOKEN&ssl=true
To get started you need an access token. The simplest way to get that is to open Element in a private (incognito) window in your webbrowser or just use your currently open Element. Go to Settings > Help & About > Advanced > Access Token click to reveal and copy your access token.