Libraries tagged by fixed-window
beyondcode/laravel-fixed-window-limiter
690 Downloads
Fixed window rate limiting for Laravel and Redis
genai/rate-limit
79 Downloads
Fixed-window rate limiting. A RateLimiter over a pluggable store (file-backed by default), plus a RateLimitInterceptor that returns 429 when an IP exceeds the limit on a path (brute-force / flood protection). PHP 5.3-safe.
friendsofhyperf/rate-limit
855 Downloads
Rate limiting component for Hyperf with support for multiple algorithms (Fixed Window, Sliding Window, Token Bucket, Leaky Bucket).
four-bytes/four-rate-limiting
539 Downloads
Generic rate limiting library for PHP APIs — Token Bucket, Fixed Window, Sliding Window, Leaky Bucket
trukes/php-rate-limiter
162 Downloads
A lightweight, flexible rate-limiting library for PHP. Manage access limits by user, IP, or custom keys with support for sliding and fixed windows. Compatible with Redis, MySQL, and file-based storage. Ideal for controlling API usage and preventing abuse.
colinmollenhour/rate-limiter
30 Downloads
A standalone concurrency and rate limiter with Token Bucket, GCRA, Leaky Bucket, Sliding Window and Fixed Window algorithms using a Redis-compatible server.
zenstruck/governator
1 Downloads
A generic fixed window rate limiting throttle with an intuitive and fluent API that supports multiple backends.
twinh/rate-limiter
4 Downloads
A flexible and scalable Rate Limiter, supporting various common strategies and storage methods.
syeedalireza/api-rate-limiter-bundle
0 Downloads
Enterprise-grade API rate limiting for Symfony. Supports multiple algorithms (Token Bucket, Sliding Window, Fixed Window), distributed limiting with Redis, and comprehensive analytics. Perfect for production APIs requiring precise request throttling.