waterhole / stopforumspam
StopForumSpam integration for Waterhole
Package info
github.com/waterholeforum/stopforumspam
Type:waterhole-extension
pkg:composer/waterhole/stopforumspam
v0.1.0
2026-08-14 00:30 UTC
Requires
- waterhole/core: ^0.5|^0.6|^0.7
Requires (Dev)
- carthage-software/mago: ^1.43
- orchestra/testbench: ^10.2|^11.0
- pestphp/pest: ^3.8
README
StopForumSpam checks for Waterhole registration.
When enabled, registration is checked against StopForumSpam using the configured inputs (IP, email, and username). If a match is found, the registration is rejected with a validation error.
Installation
composer require waterhole/stopforumspam
Configuration
Publish the config:
php artisan vendor:publish --tag=waterhole-stopforumspam-config
This extension runs automatically on registration once installed.