Libraries tagged by leaky-bucket
artisansdk/ratelimiter
3844327 Downloads
A leaky bucket rate limiter and corresponding middleware with route-level granularity compatible with Laravel.
maba/gentle-force-bundle
541775 Downloads
Symfony bundle that integrates gentle-force library for limiting both brute-force attempts and ordinary requests, using leaky/token bucket algorithm, based on Redis
maba/gentle-force
619846 Downloads
Library for limiting both brute-force attempts and ordinary requests, using leaky/token bucket algorithm, based on Redis
jeroenvisser101/leakybucket
117795 Downloads
An implementation of the Leaky Bucket algorithm.
robwittman/leaky-bucket-rate-limiter
6518 Downloads
PSR-7 Middleware for implementing a Leaky Bucket Rate Limiter
detain/rate-limit
2299 Downloads
PHP rate limiting library with Token Bucket and Leaky Bucket Algorithms, based on palepurple/rate-limit, grandson to touhonoob/rate-limit, and jeroenvisser101/LeakyBucket
friendsofhyperf/rate-limit
726 Downloads
Rate limiting component for Hyperf with support for multiple algorithms (Fixed Window, Sliding Window, Token Bucket, Leaky Bucket).
four-bytes/four-rate-limiting
435 Downloads
Generic rate limiting library for PHP APIs — Token Bucket, Fixed Window, Sliding Window, Leaky Bucket
nadylib/leaky-bucket
34574 Downloads
An fiber-based implementation of the LeakyBucket algorithm
bayfrontmedia/leaky-bucket
801 Downloads
Framework-agnostic throttling using the leaky bucket algorithm.
ninjaphp/ninja
616 Downloads
A simple but very effective PHP firewall. It enables you to easily block most SQL and XSS injections. It also includes a white-/blacklisting of IP's and throttling request using Leaky Bucket.
colinmollenhour/rate-limiter
29 Downloads
A standalone concurrency and rate limiter with Token Bucket, GCRA, Leaky Bucket, Sliding Window and Fixed Window algorithms using a Redis-compatible server.
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.