Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/symfony/google-chat-notifier
- Owner: symfony
- License: mit
- Created: 2020-08-10T14:16:16.000Z (over 4 years ago)
- Default Branch: 7.1
- Last Pushed: 2024-09-27T08:43:38.000Z (4 months ago)
- Last Synced: 2024-09-30T16:23:04.252Z (4 months ago)
- Topics: chat, component, google, google-chat, notifier, php, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/notifier
- Size: 109 KB
- Stars: 9
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)