api-rate-limit-bundle
Rate limiter
Protects API resources from excessive requests
Rate limits protection for api-platform resources.
66 stars
2 watching
10 forks
Language: PHP
last commit: over 2 years ago api-platformphpsymfonysymfony-bundle
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 |
ulule/limiter | A middleware library for Go that enforces rate limits on HTTP requests | 2,099 |
programmingarehard/resourcebundle | A Symfony bundle designed to simplify the development of REST APIs by providing a structured approach to resources and their management. | 34 |
reugn/equalizer | A set of performant rate limiters for Go applications | 88 |
mennanov/limiters | Distributed rate limiting solution with various algorithms and backends | 460 |
grahamcampbell/laravel-throttle | A package to manage rate limiting in Laravel applications | 705 |
upyun/lua-resty-limit-rate | A Lua module that limits the rate of requests to an application | 72 |
tj/node-ratelimiter | A rate limiter for Node.js applications using Redis as the backing store. | 719 |
microlinkhq/async-ratelimiter | An asynchronous rate limiter middleware implementation using Redis to track requests and enforce limits. | 320 |
alisaifee/flask-limiter | An extension for Flask that provides rate limiting functionality | 1,119 |
ananthakumaran/exq_limit | A rate limiting system for Exq queues | 10 |
lpinca/valvelet | A utility to limit the execution rate of functions in promise-returning code. | 38 |
sindresorhus/p-limit | Limits concurrent execution of promise-returning and async functions. | 2,037 |
fastify/fastify-rate-limit | Provides a low-overhead rate limiter for Fastify routes. | 501 |
exhammer/hammer | A rate limiter with pluggable storage backends for Elixir applications. | 749 |