symfony / ntfy-notifier
Symfony Ntyf Notifier Bridge
Fund package maintenance!
fabpot
Tidelift
symfony.com/sponsor
Installs: 1 834
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 0
Type:symfony-notifier-bridge
Requires
- php: >=8.2
- symfony/clock: ^6.4|^7.0
- symfony/http-client: ^6.4|^7.0
- symfony/notifier: ^7.2
This package is auto-updated.
Last update: 2024-11-13 15:17:10 UTC
README
Provides Ntfy integration for Symfony Notifier.
DSN example
NTFY_DSN=ntfy://[USER:PASSWORD]@default[:PORT]/TOPIC?[secureHttp=[on]]
where:
URL
is the ntfy server which you are using- if
default
is provided, this will default to the public ntfy server hosted on ntfy.sh.
- if
TOPIC
is the topic on this ntfy server.PORT
is an optional specific port.USER
andPASSWORD
are 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.