pommes/security

Simple anti spam module for Magento 2

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

pkg:composer/pommes/security

0.1.0 2019-02-18 09:36 UTC

This package is auto-updated.

Last update: 2025-12-19 01:02:01 UTC


README

Simple anti spam module for Magento 2.

You can define a maximum amount of calls for a specific action within a given time. If maximum was reached, the action is blocked for specified amount of time.

Requirements

  • Magento 2
  • Redis

Setup

Via Composer

Run at Magento root folder:

composer require pommes/security
bin/magento module:enable Pommes_Security
bin/magento setup:upgrade

Manually

Create directory app/code/Pommes/Security and copy the all the files into it.

Then run:

bin/magento module:enable Pommes_Security
bin/magento setup:upgrade