hryvinskyi/magento2-bot-blocker
Composer 安装命令:
composer require hryvinskyi/magento2-bot-blocker
包简介
N/A
README 文档
README
Overview
The Hryvinskyi_BotBlocker module is designed to enhance your Magento 2 store's security by tracking and blocking IP addresses that exceed a specified request limit within a defined timeframe. This module allows you to configure the blocking threshold, timeframe, and a whitelist of IP addresses.
Installation
To install the Hryvinskyi_BotBlocker module, follow these steps:
- Copy the module files to your Magento 2 installation.
- Run the following commands in your Magento 2 root directory:
php bin/magento module:enable Hryvinskyi_BotBlocker php bin/magento setup:upgrade php bin/magento cache:clean
Configuration
You can configure the behavior of the Hryvinskyi_BotBlocker module through the Magento Admin Panel under Stores > Configuration -> Hryvinskyi Extensions > Bot Blocker.. The module allows you to customize the following settings:
- Threshold: Set the maximum number of requests an IP address can make within a specified timeframe before it is blocked.
- Timeframe: Define the time window during which the threshold count is calculated.
- Whitelist: Specify a list of IP addresses that should be exempt from the blocking rules.
- Storage Method: Choose where to store the tracking data, either in Redis or in MySQL.
Usage
The Hryvinskyi_BotBlocker module tracks and blocks IP addresses based on the configuration you set. Here's how it works:
- When an IP address makes a request to your website, the module tracks the request count and the time of the first request.
- If the request count exceeds the configured threshold within the specified timeframe, the IP address is blocked.
- IP addresses on the whitelist are exempt from being blocked.
Extensibility
As a developer, you can extend and customize the behavior of the Hryvinskyi_BotBlocker module. You may override the functionality of the module by interacting with its codebase. For more information, refer to the Magento extension mechanism.
hryvinskyi/magento2-bot-blocker 适用场景与选型建议
hryvinskyi/magento2-bot-blocker 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 3.58k 次下载、GitHub Stars 达 9, 最近一次更新时间为 2023 年 11 月 03 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 hryvinskyi/magento2-bot-blocker 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 hryvinskyi/magento2-bot-blocker 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 3.58k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 10
- 点击次数: 19
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-11-03