php-ratelimiter

Request limiter

A class that limits requests based on IP address or user session to prevent abuse and rate limiting

A small class that uses Memcache to allow only a certain number of requests per a certain amount of minutes.

GitHub

39 stars
5 watching
14 forks
Language: PHP
last commit: over 6 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
koajs/ratelimit A middleware solution to rate limit incoming requests in web applications 487
microlinkhq/async-ratelimiter An asynchronous rate limiter middleware implementation using Redis to track requests and enforce limits. 320
usemuffin/throttle A plugin that limits the number of requests a client can make to an application in a given time frame. 63
jaytaph/ratelimitbundle A bundle for Symfony applications that simplifies rate limiting by adding an annotation to controllers and actions. 332
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
zim32/symfony2-requestlimitbundle Limits requests to an application 11
upyun/lua-resty-limit-rate A Lua module that limits the rate of requests to an application 72
reg2005/adonis-request-throttler A package for limiting the number of requests from a client within a specified time period. 20
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
alisaifee/flask-limiter An extension for Flask that provides rate limiting functionality 1,126
ananthakumaran/exq_limit A rate limiting system for Exq queues 10
dryruby/rack-throttle A Rack middleware that limits the rate of incoming HTTP requests to applications. 947
koajs/maxrequests Limits the number of requests on each persistent HTTP connection to prevent abuse or denial-of-service attacks. 3
tj/node-ratelimiter A rate limiter for Node.js applications using Redis as the backing store. 719
ulule/limiter A middleware library for Go that enforces rate limits on HTTP requests 2,125