waterhole / stopforumspam
StopForumSpam integration for Waterhole
Package info
github.com/waterholeforum/stopforumspam
Type:waterhole-extension
pkg:composer/waterhole/stopforumspam
dev-main
2026-01-31 08:42 UTC
Requires
- waterhole/core: ^0.5|^0.6
Requires (Dev)
- orchestra/testbench: ^10.2
- pestphp/pest: ^3.8
This package is auto-updated.
Last update: 2026-03-01 00:48:51 UTC
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.