PHPackages                             komujohn/google-chat-notifier - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. komujohn/google-chat-notifier

ActiveSymfony-bridge

komujohn/google-chat-notifier
=============================

Symfony Google Chat Notifier Bridge

v5.2.4(5y ago)043MITPHPPHP &gt;=7.2.5

Since Aug 27Pushed 5y agoCompare

[ Source](https://github.com/komujohn/google-chat-notifier)[ Packagist](https://packagist.org/packages/komujohn/google-chat-notifier)[ Docs](https://symfony.com)[ RSS](/packages/komujohn-google-chat-notifier/feed)WikiDiscussions 5.x Synced 1mo ago

READMEChangelogDependencies (2)Versions (12)Used By (0)

Google Chat Notifier
====================

[](#google-chat-notifier)

Provides Google Chat integration for Symfony Notifier. Allowing the thread key to be setup at the notification

DSN example
-----------

[](#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)

Code Example
------------

[](#code-example)

```
