symfony / ntfy-notifier
Symfony Ntfy Notifier Bridge
                                    Fund package maintenance!
                                                                            
                                                                                                                                        fabpot
                                                                                    
                                                                            
                                                                                                                                        nicolas-grekas
                                                                                    
                                                                            
                                                                                                                                        symfony.com/sponsor
                                                                                    
                                                                            
                                                                                                                                        Tidelift
                                                                                    
                                                                
Installs: 3 907
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 0
Type:symfony-notifier-bridge
pkg:composer/symfony/ntfy-notifier
Requires
- php: >=8.4
- symfony/clock: ^7.4|^8.0
- symfony/http-client: ^7.4|^8.0
- symfony/notifier: ^7.4|^8.0
- 8.0.x-dev
- v8.0.0-BETA1
- 7.4.x-dev
- v7.4.0-BETA1
- 7.3.x-dev
- v7.3.0
- v7.3.0-RC1
- v7.3.0-BETA1
- 7.2.x-dev
- v7.2.4
- v7.2.0
- v7.2.0-RC1
- v7.2.0-BETA1
- 7.1.x-dev
- v7.1.6
- v7.1.1
- v7.1.0
- v7.1.0-RC1
- v7.1.0-BETA1
- 7.0.x-dev
- v7.0.8
- v7.0.7
- v7.0.3
- v7.0.0
- v7.0.0-RC1
- v7.0.0-BETA1
- 6.4.x-dev
- v6.4.24
- v6.4.19
- v6.4.13
- v6.4.8
- v6.4.7
- v6.4.3
- v6.4.0
- v6.4.0-RC1
- v6.4.0-BETA1
This package is auto-updated.
Last update: 2025-10-27 11:02:14 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.
- USERand- PASSWORDare 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.