PHPackages                             stezkoy/noui-tele-audit - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. stezkoy/noui-tele-audit

ActiveFlarum-extension[Mail &amp; Notifications](/categories/mail)

stezkoy/noui-tele-audit
=======================

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

1.0.0(1mo ago)023↓50%GPL-3.0PHP

Since Jun 30Pushed 1mo agoCompare

[ Source](https://github.com/Stezkoy/noui-tele-audit)[ Packagist](https://packagist.org/packages/stezkoy/noui-tele-audit)[ RSS](/packages/stezkoy-noui-tele-audit/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

NOUI Telegram Audit
===================

[](#noui-telegram-audit)

[Русская версия](README_RU.md)

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

Features
--------

[](#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
------------

[](#installation)

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

Configuration
-------------

[](#configuration)

Add the following to your `config.php`:

```
    '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](https://t.me/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
-------

[](#license)

GPL-3.0

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance91

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

46d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e9fd2251b9526c53b9d9c1a7e559790f11510f47e171f1a97373ab7990507c44?d=identicon)[Stezkoy](/maintainers/Stezkoy)

---

Top Contributors

[![Stezkoy](https://avatars.githubusercontent.com/u/50829118?v=4)](https://github.com/Stezkoy "Stezkoy (11 commits)")

### Embed Badge

![Health badge](/badges/stezkoy-noui-tele-audit/health.svg)

```
[![Health](https://phpackages.com/badges/stezkoy-noui-tele-audit/health.svg)](https://phpackages.com/packages/stezkoy-noui-tele-audit)
```

###  Alternatives

[flarum-lang/russian

Russian language pack for Flarum.

13129.1k](/packages/flarum-lang-russian)[flarum-lang/french

French language pack to localize the Flarum forum software plus its official and third-party extensions.

1941.0k](/packages/flarum-lang-french)[flarum-lang/german

German language pack for Flarum.

2255.8k](/packages/flarum-lang-german)[fof/webhooks

Automatically notify Discord, Slack, and Microsoft Teams when events happen on your Flarum forum.

2420.9k](/packages/fof-webhooks)[flarum/subscriptions

Allow users to follow discussions and receive notifications for new posts.

13459.6k11](/packages/flarum-subscriptions)[fof/subscribed

Additional user subscriptions for your forum

1233.0k2](/packages/fof-subscribed)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
