Throttle
Request limiter
A plugin that limits the number of requests a client can make to an application in a given time frame.
(API) Rate limiting requests in CakePHP
63 stars
5 watching
13 forks
Language: PHP
last commit: over 1 year ago
Linked from 1 awesome list
cakephpcakephp-pluginmiddlewarephprate-limiting
Related projects:
Repository | Description | Stars |
---|---|---|
reg2005/adonis-request-throttler | A package for limiting the number of requests from a client within a specified time period. | 20 |
akirk/php-ratelimiter | A class that limits requests based on IP address or user session to prevent abuse and rate limiting | 39 |
timebug/lua-resty-redis-ratelimit | A Lua-based module to limit incoming requests between multiple instances using a 'leaky bucket' algorithm and Redis as the backend storage. | 163 |
upyun/lua-resty-limit-rate | A Lua module that limits the rate of requests to an application | 72 |
zim32/symfony2-requestlimitbundle | Limits requests to an application | 11 |
sindresorhus/p-throttle | Controls function calls to limit their frequency within a specified time interval | 447 |
yudppp/throttle | A library that provides a throttle function for rate limiting functions in Go. | 39 |
jaytaph/ratelimitbundle | A bundle for Symfony applications that simplifies rate limiting by adding an annotation to controllers and actions. | 332 |
koajs/ratelimit | A middleware solution to rate limit incoming requests in web applications | 487 |
grahamcampbell/laravel-throttle | A package to manage rate limiting in Laravel applications | 705 |
fastify/fastify-rate-limit | A rate limiter plugin for Fastify that enforces limits on client requests based on their IP address and time window. | 508 |
dryruby/rack-throttle | A Rack middleware that limits the rate of incoming HTTP requests to applications. | 947 |
lpinca/valvelet | A utility to limit the execution rate of functions in promise-returning code. | 38 |
ulule/limiter | A middleware library for Go that enforces rate limits on HTTP requests | 2,125 |
microlinkhq/async-ratelimiter | An asynchronous rate limiter middleware implementation using Redis to track requests and enforce limits. | 320 |