symfony/matrix-notifier

Symfony Matrix Notifier Bridge

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Type:symfony-notifier-bridge

7.3.x-dev 2025-02-14 12:19 UTC

This package is auto-updated.

Last update: 2025-02-14 13:12:38 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.

Resources