Skip to content

symfony/matrix-notifier

Repository files navigation

Matrix Notifier

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.

Resources