dacodedbeat / ntfy-notifier
Symfony Ntfy Notifier Bridge
Installs: 3 191
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-notifier-bridge
pkg:composer/dacodedbeat/ntfy-notifier
Requires
- php: >=7.2.5
- ext-json: *
- symfony/http-client: ^4.3|^5.0|^6.0
- symfony/notifier: ^5.3|^6.0
- symfony/service-contracts: ^1.10|^2|^3
README
Provides Ntfy integration for Symfony Notifier.
DSN example
NTFY_DSN=ntfy://[USER:PASSWORD@]NTFY_URL/TOPIC?[scheme=[https]]
where:
- 
NTFY_URLis the ntfy server which you are using- if defaultis provided, this will default to the public ntfy server hosted on ntfy.sh.
- note: you can provide specific ports here if the selfhosted ntfy server is running on a non-standard web port.
- example: NTFY_DSN=ntfy://foo.bar:8080/myntfytopic
 
- example: 
 
- if 
- 
TOPICis the topic on this ntfy server.
- 
Depending on whether the server is configured to support access control: - USERis the username to access the given topic on the ntfy server which you are using
- PASSWORDis the username to access the given topic on the ntfy server which you are using
 
Optional configuration:
- schemeshould be adjusted to the appropriate value for the in the ntfy server (defaults to- httpsif not set)- example: httpshould be used if the ntfy server is listening on the insecure HTTP protocol
 
- example: