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
This package is auto-updated.
Last update: 2025-05-17 08:50: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
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