Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/symfony/google-chat-notifier

Symfony Google Chat Notifier Bridge
https://github.com/symfony/google-chat-notifier

chat component google google-chat notifier php symfony symfony-component

Last synced: 4 months ago
JSON representation

Symfony Google Chat Notifier Bridge

Awesome Lists containing this project

README

        

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

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
---------

* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony)