stezkoy / noui-tele-notify
Send Telegram notifications about new discussions and posts from Flarum
Package info
github.com/Stezkoy/noui-tele-notify
Type:flarum-extension
pkg:composer/stezkoy/noui-tele-notify
1.0.2
2026-06-30 12:59 UTC
Requires
- php: ^8.1
- flarum/core: ^2.0
README
A Flarum v2 extension that sends notifications about new discussions and new posts to a Telegram channel or group. Configured via config.php — no admin panel needed.
Features
- Notifications for new discussions and new posts with title, author, date, excerpt, and link
- Support for Telegram Group topics (optional
topic_id) - Multilingual: English, Russian, German, French, Turkish, Italian, Chinese, Polish
- HTML formatting with emoji
Installation
composer require stezkoy/noui-tele-notify php flarum cache:clear
Configuration
Add to your forum's config.php under the stezkoy-noui-tele-notify key:
'stezkoy-noui-tele-notify' => array( 'bot_token' => '1234567890:AAF1Cc2Dd3Ee4Ff5Gg6Hh7Ii8Jj9Kk0Ll', 'chat_id' => '-1001234567890', 'topic_id' => 123, // optional ),
| Parameter | Required | Description |
|---|---|---|
bot_token |
yes | Telegram bot token from BotFather |
chat_id |
yes | Chat or group ID |
topic_id |
no | Telegram Group topic ID |
Requirements
PHP ^8.1, Flarum ^2.0
Author
Stezkoy
License
GPL-3.0