wemessage/module-akismet-magento2

Wil validate contact form submision for spam using Akismet service

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

pkg:composer/wemessage/module-akismet-magento2

dev-main 2025-04-17 08:35 UTC

This package is auto-updated.

Last update: 2025-11-17 10:00:03 UTC


README

this plugin does a simple job, if a form submited and marked as spam by akismet it will be rejected.

important

The plugin requires akismet API key

Scherm­afbeelding 2025-04-17 om 10 23 22

Installation From github

  1. Create directory: mkdir -p app/code/Wemessage/Akismet
  2. Download and copy the files from this repository to the above folder
  3. Run following commands:
    bin/magento mo:en Wemessage_Akismet
    bin/magento s:up --keep-generated
    bin/magento c:c
    

Installation with composer

  1. Run following commands:
composer require wemessage/module-akismet-magento2
bin/magento mo:en Wemessage_Akismet
bin/magento s:up --keep-generated
bin/magento c:c