symfony / google-chat-notifier
Symfony Google Chat Notifier Bridge
Fund package maintenance!
fabpot
Tidelift
symfony.com/sponsor
Installs: 65
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 3
Forks: 0
Type:symfony-bridge
Requires
- php: >=7.2.5
- symfony/http-client: ^4.3|^5.0
- symfony/notifier: ~5.2.2
This package is auto-updated.
Last update: 2021-02-03 04:55:34 UTC
README
Provides Google Chat integration for Symfony Notifier.
DSN example
GOOGLE_CHAT_DSN=googlechat://ACCESS_KEY:ACCESS_TOKEN@default/SPACE?thread_key=THREAD_KEY
where:
ACCESS_KEY
is your Google Chat access keyACCESS_TOKEN
is your Google Chat access tokenSPACE
is the Google Chat spaceTHREAD_KEY
is the Google Chat message thread to group messages into a single thread (optional)