symfony/google-chat-notifier

Symfony Google Chat Notifier Bridge

Installs: 42 402

Dependents: 2

Suggesters: 0

Security: 0

Stars: 9

Watchers: 5

Forks: 5

Type:symfony-notifier-bridge


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 key
  • ACCESS_TOKEN is your Google Chat access token
  • SPACE is the Google Chat space
  • THREAD_KEY is the Google Chat message thread to group messages into a single thread (optional)

Resources