mober / discordnotifications
将论坛事件通知发布到Discord服务器频道
3.0.8-RC3
2021-12-16 00:00 UTC
Requires
- php: >=7.2
- ext-curl: *
- composer/installers: ~1.0
Requires (Dev)
- phing/phing: ~2.17
This package is auto-updated.
Last update: 2024-08-31 00:31:38 UTC
README
这是一个phpBB扩展,当在phpBB论坛上发生某些事件时,会将通知消息发布到Discord频道。此扩展的目的是将论坛内容更改通知Discord服务器上的社区。它不是作为phpBB管理员或版主控制面板中公告的补充。有关更多信息,请参阅wiki。
安装
将扩展复制到 phpBB/ext/mober/discordnotifications
转到 "ACP" > "自定义" > "扩展" 并启用 "Discord Notifications" 扩展。
其他语言
其他用户提供的翻译,但此扩展中没有分发
https://www.phpbb.com/customise/db/extension/discord_notifications_2/support/topic/237636
测试和持续集成
我们使用Travis-CI作为持续集成服务器和phpunit进行单元测试。有关更多信息,请参阅phpBB开发者文档。要在本地运行测试,您需要从Git仓库安装phpBB。之后,从phpBB Git仓库的根目录运行以下命令
Windows
phpBB\vendor\bin\phpunit.bat -c phpBB\ext\roots\discordnotifications\phpunit.xml.dist
其他系统
phpBB/vendor/bin/phpunit -c phpBB/ext/roots/discordnotifications/phpunit.xml.dist