Tearoom One Tearoom One

Uniform Spam Words

A plugin for Kirby that provides a spam guard for the Uniform Form plugin. It uses extendable word lists and weights and counts links and emails to determine if a message is spam.

Manual

Download and extract the folder to site/plugins/uniform-spam-words

Composer

Git Submodule

$form = new Form();

if ($kirby->request()->is('POST')) {
    // Call security
    $form->spamWordsGuard();

    // .. more code
}
Version
1.1.2
License
MIT
Stars
0
Supports
K4
Created
6 Feb 2025
Updated
5 Feb 2025
Latest releases
More