dev-master
9999999-devPSR Middleware for limiting api client requests
MIT
The Requires
The Development Requires
- chadicus/coding-standard ^1.2
- phpunit/phpunit ^6.1
- satooshi/php-coveralls ^1.0
- zendframework/zend-diactoros ^1.5
by Chad Gray
PSR Middleware for limiting api client requests
Middleware for limiting client requests., (*5)
RateLimit Middleware requires PHP 7.0 (or later)., (*6)
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:, (*7)
composer require chadicus/psr-middleware-ratelimit
Developers may be contacted at:, (*8)
With a checkout of the code get Composer in your PATH and run:, (*9)
./composer install ./vendor/bin/phpunit
Examples coming soon, (*10)
PSR Middleware for limiting api client requests
MIT