Skip to content
  • Kirby CMS Plugins
  • Discover
  • Search
  • Developers
  • New plugins
  • Recently updated
  • Most starred
  • Topics
  • Types
  • Free Plugins
  • Paid Plugins
  • Kirby 5
  • Kirby 4

  • Submit a plugin
  • getkirby.com
  • AI
  • Analytics
  • Assets
  • Authentication
  • Caching
  • Cli
  • Content Creation
  • CSS
  • Databases
  • Dates
  • Debugging
  • DX
  • E-Commerce
  • Feeds
  • Forms
  • Headless
  • Icons
  • Internationalisation
  • Jamstack
  • Logging
  • Media
  • Panel
  • Performance
  • Privacy
  • Routing
  • Search
  • Security
  • SEO
  • Social Media
  • Structured data
  • Templating
  • Text
  • Typography
  • Versioning
  • Videos
  • WYSIWYG
  • Spam Protection

    Staff picks

    • Maurice Renck Maurice Renck

      Komments

      A webmention enabled comment plugin. Receive comments and webmentions. Spam protection and a moderation panel view included.

    All plugins

    • $form = new Form();
      
      if ($kirby->request()->is('POST')) {
          // Call security
          $form->spamWordsGuard();
      
          // .. more code
      }
      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 em… K4
    • <form action="<?= $page->url() ?>" method="post">
          <!-- ... -->
      
          <?= csrf_field() ?>
          <?= turnstileField() ?>
          <input type="submit" value="Submit">
      </form>
      <?= turnstileScript() ?>
      Turnstile for Uniform A plugin for the Uniform plugin implementing the Cloudflare Turnstile protection (sort of a captcha-successor). K4 K3