wemessage / module-akismet-magento2
Wil validate contact form submision for spam using Akismet service
Package info
github.com/Naberdz/Akismet-for-magento2
Type:magento2-module
pkg:composer/wemessage/module-akismet-magento2
dev-main
2025-04-17 08:35 UTC
This package is auto-updated.
Last update: 2026-03-17 10:53:39 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
Installation From github
- Create directory:
mkdir -p app/code/Wemessage/Akismet - Download and copy the files from this repository to the above folder
- Run following commands:
bin/magento mo:en Wemessage_Akismet bin/magento s:up --keep-generated bin/magento c:c
Installation with composer
- 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