Download the PHP package nikolaposa/rate-limit-middleware without Composer
On this page you can find all versions of the php package nikolaposa/rate-limit-middleware. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nikolaposa/rate-limit-middleware
More information about nikolaposa/rate-limit-middleware
Files in nikolaposa/rate-limit-middleware
Package rate-limit-middleware
Short Description PSR-15 middleware for rate limiting API or other application endpoints.
License MIT
Informations about the package rate-limit-middleware
Rate Limit Middleware
PSR-15 middleware for rate limiting API or other application endpoints. Sits on top of general purpose Rate Limiter.
Installation
The preferred method of installation is via Composer. Run the following
command to install the latest version of a package and add it to your project's composer.json
:
Usage
Rate Limit middleware is designed to be used per route, so that you can set up a rate limiting strategies for each individual endpoint or group of endpoints. This is accomplished through a mechanism for composing middleware known as piping.
Full example
Following examples demonstrate how RateLimitMiddleware
can be used in a Mezzio-based
application, but the same principle applies to any middleware framework.
dependencies.php
index.php
Credits
- Nikola Poša
- All Contributors
License
Released under MIT License - see the License File for details.
All versions of rate-limit-middleware with dependencies
beberlei/assert Version ^3.2
nikolaposa/rate-limit Version ^3.0
psr/http-server-middleware Version ^1.0