Libraries tagged by rake_algorithms
securepoint/token-bucket
8282 Downloads
Implementation of the Token Bucket algorithm.
dcabrejas/magento-rate-limit
5537 Downloads
Rate Limiting Library With Token Bucket Algorithm with Magento Adapter
mobly/connectopus-throttling
7517 Downloads
Implementation of the Token Bucket algorithm. Forked by Mobly.
detain/rate-limit
231 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
marianperca/token-bucket
98 Downloads
Implementation of the Token Bucket algorithm.
cyzonetech/rate-limit
308 Downloads
Rate Limiting Library With Token Bucket Algorithm
codeages/rate-limiter
10187 Downloads
Rate Limiting Library With Token Bucket Algorithm
oussema-khlifi/api-rate-limiter
0 Downloads
API RATE LIMITER is a package that provides a middelware for laravel applications to enforce rate limiting on incoming API requests using the Token Bucket Algorithm, it helps to prevent abuse of API resources and ensures fair access to the API for all users
damirius/rate-limiter
4 Downloads
Rate limiter Symfony bundle based on the token bucket algorithm.
zexz/token-bucket
11 Downloads
Implementation of the Token Bucket algorithm.
bayfrontmedia/leaky-bucket
751 Downloads
Framework-agnostic throttling using the leaky bucket algorithm.
villermen/token-bucket
1 Downloads
Implementation of the token bucket algorithm.
jouwweb/token-bucket
1628 Downloads
Implementation of the token bucket algorithm.
jalismrs/gentle-force
120 Downloads
Library for limiting both brute-force attempts and ordinary requests, using leaky/token bucket algorithm, based on Redis
jdimitrov/php-ratelimit
66 Downloads
PHP rate limiting library with Leaky Bucket Algorithm