symfony / ntfy-notifier
Symfony Ntfy Notifier Bridge
Package info
github.com/symfony/ntfy-notifier
Type:symfony-notifier-bridge
pkg:composer/symfony/ntfy-notifier
v8.1.0
2026-05-29 05:06 UTC
Requires
- php: >=8.4.1
- symfony/clock: ^7.4|^8.0
- symfony/http-client: ^7.4|^8.0
- symfony/notifier: ^7.4|^8.0
This package is auto-updated.
Last update: 2026-06-05 06:51:19 UTC
README
Provides Ntfy integration for Symfony Notifier.
DSN example
NTFY_DSN=ntfy://[USER:PASSWORD]@default[:PORT]/TOPIC?[secureHttp=[on]]
where:
URLis the ntfy server which you are using- if
defaultis provided, this will default to the public ntfy server hosted on ntfy.sh.
- if
TOPICis the topic on this ntfy server.PORTis an optional specific port.USERandPASSWORDare username and password in case of access control supported by the server
In case of a non-secure server, you can disable https by setting secureHttp=off. For example if you use a local Ntfy Docker image during development or testing.
Sponsor
This package is looking for a backer.
Help Symfony by sponsoring its development!