承接 stezkoy/noui-tele-audit 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

stezkoy/noui-tele-audit

Composer 安装命令:

composer require stezkoy/noui-tele-audit

包简介

Flarum v2 extension that sends Telegram notifications for moderation and audit events

README 文档

README

Русская версия

Flarum v2 extension that sends Telegram notifications for moderation and audit events.

Features

  • New user registration — notifies when a new user registers on the forum
  • Email confirmation — notifies when a user confirms their email
  • Discussion flagged — notifies when a discussion is flagged
  • Multilingual — English, Russian, German, French, Turkish, Italian, Chinese, Polish

Installation

composer require stezkoy/noui-tele-audit
php flarum cache:clear

Configuration

Add the following to your config.php:

<?php return array(
    'stezkoy-noui-tele-audit' => array(
        'bot_token' => '1234567890:AAF1Cc2Dd3Ee4Ff5Gg6Hh7Ii8Jj9Kk0Ll',
        'chat_id' => '-1001234567890',
        'topic_id' => '123', // optional — send to a specific topic within a group
        'notify_on_register' => true,
        'notify_on_email_confirmed' => true,
        'notify_on_flag' => true,
    ),
);
  • token — Telegram bot token from @BotFather
  • chat_id — Chat ID to send messages to
  • topic_id — (optional) Topic ID to send messages to a specific topic in a group
  • notify_on_register — enable/disable registration notifications (default: true)
  • notify_on_email_confirmed — enable/disable email confirmation notifications (default: true)
  • notify_on_flag — enable/disable discussion flag notifications (default: true)

License

GPL-3.0

统计信息

  • 总下载量: 0
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2026-06-30