Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manelizzard/flarum-notify
Get notified about forum activity in Slack, Hipchat or Gitter.
https://github.com/manelizzard/flarum-notify
Last synced: about 2 months ago
JSON representation
Get notified about forum activity in Slack, Hipchat or Gitter.
- Host: GitHub
- URL: https://github.com/manelizzard/flarum-notify
- Owner: manelizzard
- License: mit
- Fork: true (moay/flarum-notify)
- Created: 2016-11-23T18:40:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T11:23:40.000Z (almost 6 years ago)
- Last Synced: 2024-09-20T04:19:20.657Z (3 months ago)
- Language: PHP
- Size: 1.08 MB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-flarum - 2019 - Get notified about forum activity in Slack, HipChat, Gitter or Telegram. (Extensions / Others ([:top:](#table-of-contents)))
README
# Notify
Simple notifications for Flarum. Get notified about forum activities via Slack, HipChat, Gitter or Telegram.
![admin](https://cloud.githubusercontent.com/assets/895589/20643049/6274e43e-b41e-11e6-9f71-a9ef9ed81375.png)
# Installation
Use composer to install the Notify extension:
```bash
composer require manelizzard/flarum-ext-notify
```then also install the libraries you wants to support:
```bash
composer require cleentfaar/slack '^0.17' # for Slack
composer require gorkalaucirica/hipchat-v2-api-client '^1' # for HipChat
composer require guzzlehttp/guzzle '^6.1' # for Gitter
composer require longman/telegram-bot '^0.41.0' # for Telegram
```