nikolaposa / rate-limit

🚔 General purpose rate limiter implementation.
MIT License
269 stars 47 forks source link

PSR-15 support #16

Closed nikolaposa closed 4 years ago

nikolaposa commented 5 years ago

Make RateLimitMiddleware PSR15-compliant by implementing Psr\Http\Server\MiddlewareInterface so that it can be used within applications that rely on this standard.

nikolaposa commented 4 years ago

Implemented in: https://github.com/nikolaposa/rate-limit/commit/5769dbf99a8a71f6e9f85873959ae15560baa2fd#diff-dedce33b47a262c486429657ea10c3a9

nikolaposa commented 4 years ago

RateLimitMiddleware has been moved to a dedicated repository for more flexible release management.