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 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
tj/node-ratelimiter | A rate limiter for Node.js applications using Redis as the backing store. | 719 |
indragunawan/api-rate-limit-bundle | Protects API resources from excessive requests | 66 |
microlinkhq/async-ratelimiter | An asynchronous rate limiter middleware implementation using Redis to track requests and enforce limits. | 320 |
fastify/fastify-rate-limit | Provides a low-overhead rate limiter for Fastify routes. | 501 |
grahamcampbell/laravel-throttle | A package to manage rate limiting in Laravel applications | 705 |
yudppp/throttle | A library that provides a throttle function for rate limiting functions in Go. | 38 |
koajs/ratelimit | A middleware solution to rate limit incoming requests in web applications | 485 |
jsocol/django-ratelimit | Provides a way to rate-limit views in Django applications | 1,076 |
akirk/php-ratelimiter | A class that limits requests based on IP address or user session to prevent abuse and rate limiting | 39 |
ulule/limiter | A middleware library for Go that enforces rate limits on HTTP requests | 2,099 |
reugn/equalizer | A set of performant rate limiters for Go applications | 88 |
alisaifee/flask-limiter | An extension for Flask that provides rate limiting functionality | 1,119 |
zim32/symfony2-requestlimitbundle | Limits requests to an application | 11 |
lpinca/valvelet | A utility to limit the execution rate of functions in promise-returning code. | 38 |
grempe/ex_rated | A rate limiting utility that manages access to a service with adjustable time windows and limits. | 452 |