RateLimitBundle
Rate limiter
A bundle for Symfony applications that simplifies rate limiting by adding an annotation to controllers and actions.
Add rate limits to your controllers / actions easily through annotations
332 stars
17 watching
75 forks
Language: PHP
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A rate limiter for Node.js applications using Redis as the backing store. | 719 |
| | Protects API resources from excessive requests | 66 |
| | An asynchronous rate limiter middleware implementation using Redis to track requests and enforce limits. | 320 |
| | A rate limiter plugin for Fastify that enforces limits on client requests based on their IP address and time window. | 508 |
| | A package to manage rate limiting in Laravel applications | 705 |
| | A library that provides a throttle function for rate limiting functions in Go. | 39 |
| | A middleware solution to rate limit incoming requests in web applications | 487 |
| | Provides a way to rate-limit views in Django applications | 1,081 |
| | A class that limits requests based on IP address or user session to prevent abuse and rate limiting | 39 |
| | A middleware library for Go that enforces rate limits on HTTP requests | 2,125 |
| | A set of performant rate limiters for Go applications | 88 |
| | An extension for Flask that provides rate limiting functionality | 1,126 |
| | Limits requests to an application | 11 |
| | A utility to limit the execution rate of functions in promise-returning code. | 38 |
| | A rate limiting utility that manages access to a service with adjustable time windows and limits. | 453 |