Symfony2-RequestLimitBundle
Request limiter
Limits requests to an application
11 stars
4 watching
4 forks
Language: PHP
last commit: over 13 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A bundle for Symfony applications that simplifies rate limiting by adding an annotation to controllers and actions. | 332 |
| A plugin that limits the number of requests a client can make to an application in a given time frame. | 63 |
| A class that limits requests based on IP address or user session to prevent abuse and rate limiting | 39 |
| A Lua-based module to limit incoming requests between multiple instances using a 'leaky bucket' algorithm and Redis as the backend storage. | 163 |
| A middleware solution to rate limit incoming requests in web applications | 487 |
| Limits the number of requests on each persistent HTTP connection to prevent abuse or denial-of-service attacks. | 3 |
| A Lua module that helps limit incoming requests to a web application based on OpenResty's rate limiting capabilities. | 8 |
| A Lua module that limits the rate of requests to an application | 72 |
| Protects API resources from excessive requests | 66 |
| A package for limiting the number of requests from a client within a specified time period. | 20 |
| Magento 2 module to add rate limiting to GraphQL resources | 12 |
| A Magento 2 module to customize settings for the GraphQL Query Limiter and enhance performance and security of headless Magento. | 3 |
| A Symfony2 bundle for integrating Guzzle into an application for easy HTTP request handling | 99 |
| Configuration management bundle for Symfony applications | 113 |
| An asynchronous rate limiter middleware implementation using Redis to track requests and enforce limits. | 320 |