Libraries tagged by leakybucket
twinh/rate-limiter
4 Downloads
A flexible and scalable Rate Limiter, supporting various common strategies and storage methods.
otzy/intensity-throttle
25 Downloads
limits the rate of event of any kind using leaky bucket algorithm
maatify/rate-limiter
163 Downloads
Flexible PSR-15 rate limiter supporting Redis, MongoDB, and MySQL via real and fake drivers. Provides multi-strategy algorithms, burst control, sliding window, token bucket, and integration with Maatify Data Repository.
kartubi/php-redis-rate
3 Downloads
Redis-based rate limiting for PHP/Laravel using GCRA algorithm
avanboxel/php-rate-limiter
14 Downloads
A flexible rate limiting library for PHP applications with multiple algorithm implementations and persistent storage support
jalismrs/gentle-force
123 Downloads
Library for limiting both brute-force attempts and ordinary requests, using leaky/token bucket algorithm, based on Redis
jdimitrov/php-ratelimit
72 Downloads
PHP rate limiting library with Leaky Bucket Algorithm
davidfricker/floodgates
27 Downloads
High-speed rate limiter using the leaky bucket algorithm