Search by

sanjeev-kr / magento2-spam-content-blocker

sanjeev-kr

Blocks spam data.

Package info

github.com/sanjeev-kr/magento2-spam-content-blocker

Type:magento2-module

pkg:composer/sanjeev-kr/magento2-spam-content-blocker

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

2.1.2 2026-08-18 03:54 UTC

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