Download the PHP package leo-t/flarum-notify-push without Composer
On this page you can find all versions of the php package leo-t/flarum-notify-push. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download leo-t/flarum-notify-push
More information about leo-t/flarum-notify-push
Files in leo-t/flarum-notify-push
Download leo-t/flarum-notify-push
More information about leo-t/flarum-notify-push
Files in leo-t/flarum-notify-push
Vendor leo-t
Package flarum-notify-push
Short Description Push notifications to WeCom, DingTalk, ServerChan, Email and Webhook when forum events occur.
License MIT
Package flarum-notify-push
Short Description Push notifications to WeCom, DingTalk, ServerChan, Email and Webhook when forum events occur.
License MIT
Please rate this library. Is it a good library?
Informations about the package flarum-notify-push
Notify Push for Flarum
A Flarum extension that pushes real-time notifications to external channels when forum events occur.
Features
- 5 Push Channels: WeCom (企业微信), DingTalk (钉钉), ServerChan (Server酱), Email, Generic Webhook
- 3 Event Types: User Registration, New Discussion, New Reply
- Multi-language Push: Choose push message language (English / 中文) in admin panel
- Dual Timezone: Display both Beijing time and a configurable local timezone
- Admin/Mod Filter: Optionally skip notifications for admin and moderator posts
- Markdown Formatting: Rich message formatting for channels that support Markdown
Requirements
- Flarum
^1.0.0 - PHP
^8.0
Installation
Configuration
After installation, enable the extension in the Flarum admin panel, then configure:
General Settings
| Setting | Description |
|---|---|
| Push Message Language | en (English) or zh-hans (中文) |
| Local Timezone | IANA timezone name (e.g. America/New_York). Leave empty for Beijing time only |
| Skip Admin/Mod | When enabled, posts by admins and moderators won't trigger notifications |
WeCom (企业微信)
| Setting | Description |
|---|---|
| Enable | Toggle WeCom push on/off |
| Webhook URL | WeCom group robot webhook URL |
DingTalk (钉钉)
| Setting | Description |
|---|---|
| Enable | Toggle DingTalk push on/off |
| Webhook URL | DingTalk group robot webhook URL |
| Secret | Optional HMAC-SHA256 signing secret (starts with SEC) |
ServerChan (Server酱)
| Setting | Description |
|---|---|
| Enable | Toggle ServerChan push on/off |
| SendKey | Get from sct.ftqq.com |
| Setting | Description |
|---|---|
| Enable | Toggle email push on/off |
| Recipients | Comma-separated email addresses |
Email uses Flarum's built-in mail driver. Make sure your forum mail settings are configured correctly.
Generic Webhook
| Setting | Description |
|---|---|
| Enable | Toggle webhook push on/off |
| URL | Target endpoint URL |
| HTTP Method | POST or PUT |
| Custom Headers | One per line, format: Key: Value |
Webhook JSON payload format:
Push Message Examples
New User Registration
New Discussion
New Reply
Updating
Uninstall
License
MIT
Author
Leo ([email protected])
All versions of flarum-notify-push with dependencies
PHP Build Version
Package Version
The package leo-t/flarum-notify-push contains the following files
Loading the files please wait ...