Skip to content

Latest commit

 

History

History
executable file
·
22 lines (15 loc) · 666 Bytes

readme.md

File metadata and controls

executable file
·
22 lines (15 loc) · 666 Bytes

Notify

Simple notifications for Flarum. Get notified about forum activities via Slack, HipChat, Gitter or Telegram.

admin

Installation

Use composer to install the Notify extension:

composer require manelizzard/flarum-ext-notify

then also install the libraries you wants to support:

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