https://github.com/m-ober/phpbb-discord-notifications
phpBB Extension that publishes forum event notifications to a Discord channel
https://github.com/m-ober/phpbb-discord-notifications
discord phpbb phpbb-extension
Last synced: 12 days ago
JSON representation
phpBB Extension that publishes forum event notifications to a Discord channel
- Host: GitHub
- URL: https://github.com/m-ober/phpbb-discord-notifications
- Owner: m-ober
- License: gpl-2.0
- Fork: true (rootslinux/phpbb-discord-notifications)
- Created: 2021-01-23T23:15:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-29T09:28:28.000Z (8 months ago)
- Last Synced: 2025-05-29T10:46:36.484Z (8 months ago)
- Topics: discord, phpbb, phpbb-extension
- Language: PHP
- Homepage: https://www.phpbb.com/customise/db/extension/discord_notifications_2/
- Size: 258 KB
- Stars: 5
- Watchers: 4
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# phpbb-discord-notifications
[](https://github.com/m-ober/phpbb-discord-notifications/actions)
A phpBB extension that publishes notification messages to a Discord channel when certain events occur on a phpBB board. The intent of this extension is meant to announce content changes on a forum to a community residing on a Discord server. It is not intended as a compliment to the announcements found within the phpBB admin or moderator control panels. See the [wiki](https://github.com/rootslinux/phpbb-discord-notifications/wiki) for additional information.
## Installation
Copy the extension to `phpBB/ext/mober/discordnotifications`
Go to "ACP" > "Customise" > "Extensions" and enable the "Discord Notifications" extension.
## Additional languages
There are translations provided by other users which are not distributed with this extension:
https://www.phpbb.com/customise/db/extension/discord_notifications_2/support/topic/237636
## Tests and Continuous Integration
We use Travis-CI as a continuous integration server and phpunit for our unit testing. See more information on the [phpBB Developer Docs](https://area51.phpbb.com/docs/dev/31x/testing/index.html).
To run the tests locally, you need to install phpBB from its Git repository. Afterwards run the following command from the phpBB Git repository's root:
Windows:
phpBB\vendor\bin\phpunit.bat -c phpBB\ext\roots\discordnotifications\phpunit.xml.dist
Other Systems:
phpBB/vendor/bin/phpunit -c phpBB/ext/roots/discordnotifications/phpunit.xml.dist
## License
[GPLv2](license.txt)