sanjeev-kr / magento2-spam-content-blocker
Blocks spam data.
Package info
github.com/sanjeev-kr/magento2-spam-content-blocker
Type:magento2-module
pkg:composer/sanjeev-kr/magento2-spam-content-blocker
2.1.2
2026-08-18 03:54 UTC
Requires
- php: >=8.2.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-18 03:57:50 UTC
README
Sanjeev_SpamContentBlocker is a module for Magento 2. This module helps to protect magento 2 website against spam abuses.
Install with Composer
composer require sanjeev-kr/magento2-spam-content-blocker
php bin/magento module:enable Sanjeev_SpamContentBlocker
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
Install Manually
- Download zip and extract
- Create a new directory Sanjeev/SpamContentBlocker in app/code directory and copy files from magento2-spam-content-blocker folder and paste files in Sanjeev/SpamContentBlocker directory.
- And run below commands
php bin/magento module:enable Sanjeev_SpamContentBlocker
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f