chadicus/psr-middleware-ratelimit

PSR Middleware for limiting api client requests

dev-master 2017-09-25 20:42 UTC

This package is auto-updated.

Last update: 2024-03-07 06:37:30 UTC


README

Build Status Code Quality Code Coverage

Latest Stable Version Latest Unstable Version License

Total Downloads Daily Downloads Monthly Downloads

Documentation

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