Symfony2-RequestLimitBundle

Request limiter

Limits requests to an application

GitHub

11 stars
4 watching
4 forks
Language: PHP
last commit: about 13 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
jaytaph/ratelimitbundle A bundle for Symfony applications that simplifies rate limiting by adding an annotation to controllers and actions. 332
usemuffin/throttle A plugin that limits the number of requests a client can make to an application in a given time frame. 63
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
koajs/ratelimit A middleware solution to rate limit incoming requests in web applications 485
koajs/maxrequests Limits the number of requests on each persistent HTTP connection to prevent abuse or denial-of-service attacks. 3
membphis/lua-resty-limits A Lua-based library that limits HTTP requests based on IP address and time window 8
upyun/lua-resty-limit-rate A Lua module that limits the rate of requests to an application 72
indragunawan/api-rate-limit-bundle Protects API resources from excessive requests 66
reg2005/adonis-request-throttler A package for limiting the number of requests from a client within a specified time period. 20
yireo/yireo_graphqlratelimiting Magento 2 module to add rate limiting to GraphQL resources 11
yireo/yireo_customgraphqlquerylimiter A Magento 2 module to customize settings for the GraphQL Query Limiter and enhance performance and security of headless Magento. 2
misd-service-development/guzzle-bundle Simplifies sending HTTP requests in Symfony2 applications by integrating with Guzzle 99
rvanlaak/settingsbundle Configuration management bundle for Symfony applications 113
microlinkhq/async-ratelimiter An asynchronous rate limiter middleware implementation using Redis to track requests and enforce limits. 320