chadicus / psr-middleware-ratelimit
PSR Middleware for limiting api client requests
dev-master
2017-09-25 20:42 UTC
Requires
- php: ^7.0
- chadicus/psr-middleware: ^1.0
- psr/http-message: ^1.0
Requires (Dev)
- chadicus/coding-standard: ^1.2
- phpunit/phpunit: ^6.1
- satooshi/php-coveralls: ^1.0
- zendframework/zend-diactoros: ^1.5
This package is auto-updated.
Last update: 2024-11-07 08:03:41 UTC
README
Middleware for limiting client requests.
Requirements
RateLimit Middleware requires PHP 7.0 (or later).
Composer
To add the library as a local, per-project dependency use Composer! Simply add a dependency on
chadicus/psr-middleware-ratelimit
to your project's composer.json
file such as:
composer require chadicus/psr-middleware-ratelimit
Contact
Developers may be contacted at:
Project Build
With a checkout of the code get Composer in your PATH and run:
./composer install ./vendor/bin/phpunit
Example Usage
Examples coming soon