https://github.com/kenny2github/recentchangeswebhooks
A MediaWiki extension for webhooks from recent changes.
https://github.com/kenny2github/recentchangeswebhooks
Last synced: 6 months ago
JSON representation
A MediaWiki extension for webhooks from recent changes.
- Host: GitHub
- URL: https://github.com/kenny2github/recentchangeswebhooks
- Owner: Kenny2github
- License: gpl-3.0
- Created: 2018-06-03T14:20:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-23T02:34:43.000Z (about 3 years ago)
- Last Synced: 2025-04-07T02:45:43.711Z (about 1 year ago)
- Language: PHP
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RecentChangesWebhooks
This is an extension that, very simply, allows adding webhooks to recent changes.
## Installation
From the root directory of your wiki, run the following commands:
```
cd extensions
git clone https://github.com/Kenny2github/RecentChangesWebhooks.git
```
Then add the following line to your LocalSettings.php:
```php
wfLoadExtension( 'RecentChangesWebhooks' );
```
## Configuration
`$wgRCWHookUrls` - an array containing the URLs of the web hooks to be triggered when a change has been made
`$wgRCWHookType` - either `realtime` or `job` to determine whether the webhook should be run synchronously with page edits or in a job