A lightweight WordPress firewall plugin with rate-limiting for login protection and log viewer โ powered by Symfony RateLimiter.
-
๐งฑ Login Rate Limiting
Blocks excessive login attempts using Symfony's fixed window limiter -
๐งพ WAF Logs Viewer
Logs blocked IPs and reasons towp-content/uploads/waf-login-cache
-
Upload the plugin to your
/wp-content/plugins/directory:cd wp-content/plugins/ git clone https://github.com/rakeshf/login-rate-limit.git cd login-rate-limit composer install
-
Or upload the
.zipvia WordPress Admin โ Plugins โ Add New โ Upload -
Activate the plugin from Plugins โ Installed Plugins
Install required PHP packages using Composer:
composer require symfony/rate-limiter symfony/cache