Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/gitter-notifier
Symfony Gitter Notifier Bridge
https://github.com/symfony/gitter-notifier
chat component gitter notifier php symfony symfony-component
Last synced: about 1 month ago
JSON representation
Symfony Gitter Notifier Bridge
- Host: GitHub
- URL: https://github.com/symfony/gitter-notifier
- Owner: symfony
- License: mit
- Created: 2021-01-29T13:45:57.000Z (almost 4 years ago)
- Default Branch: 7.1
- Last Pushed: 2024-09-26T09:31:06.000Z (about 2 months ago)
- Last Synced: 2024-09-30T17:20:58.254Z (about 2 months ago)
- Topics: chat, component, gitter, notifier, php, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/notifier
- Size: 45.9 KB
- Stars: 3
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Gitter Notifier
===============Provides [Gitter](https://gitter.im) integration for Symfony Notifier.
DSN example
-----------```
GITTER_DSN=gitter://TOKEN@default?room_id=ROOM_ID
```where:
- `TOKEN` is your Gitter token
- `ROOM_ID` is your Gitter room idResources
---------* [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)