Libraries tagged by token-bucket
symfony/rate-limiter
62758459 Downloads
Provides a Token Bucket implementation to rate limit input and output in your application
bandwidth-throttle/token-bucket
2078821 Downloads
Implementation of the Token Bucket algorithm.
touhonoob/rate-limit
558601 Downloads
PHP rate limiting library with Token Bucket Algorithm
hyperf/token-bucket
2004219 Downloads
Implementation of the Token Bucket algorithm.
maba/gentle-force-bundle
554186 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
635433 Downloads
Library for limiting both brute-force attempts and ordinary requests, using leaky/token bucket algorithm, based on Redis
palepurple/rate-limit
569025 Downloads
PHP rate limiting library with Token Bucket Algorithm, originally touhonoob/rate-limit
hyperf/rate-limit
307020 Downloads
A rate limiter implemented for Hyperf or other coroutine framework
razonyang/token-bucket
26508 Downloads
PHP Token Bucket
detain/rate-limit
3480 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
1929 Downloads
Rate limiting component for Hyperf with support for multiple algorithms (Fixed Window, Sliding Window, Token Bucket, Leaky Bucket).
avaibook/symfony-rate-limiter
23654 Downloads
Sf4.4 compatibility patch of Symfony RateLimiter component, that provides a Token Bucket implementation to rate limit input and output in your application
securepoint/token-bucket
17942 Downloads
Implementation of the Token Bucket algorithm.
kode/limiting
121 Downloads
PHP 8.3+ 限流器,支持令牌桶、漏桶、滑动窗口、滑动窗口计数器、固定窗口计数器与多规则组合限流,内置内存/APCu/Redis/Memcached/PDO 存储与分布式并发控制
tavvet/rate-limiter-bundle
143 Downloads
Sf4.4 bundle for Symfony RateLimiter component, that provides a Token Bucket implementation to rate limit input and output in your application.