2017 © Pedro Peláez
 

library rate-limiter-interface

limits number of its calls per time

image

godsdev/rate-limiter-interface

limits number of its calls per time

  • Friday, July 7, 2017
  • by GodsDev
  • Repository
  • 2 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Request rate limiter interface

Limits the number of requests per time. * There are two parameters: period and rate. * A request is a call of the inc() method. An inc() method begins to return false if number of requests per period is higher than a rate. Unit of period MAY be second or any other time unit., (*1)

Test notes

test.sh runs the PHPUnit tests., (*2)

test-coverage.sh generates the PHPUnit coverage analysis to the temp folder., (*3)

If the php -v command does not show the with Xdebug line, note that for coverage testing you might need to manually edit the php.ini used by your PHP CLI in order to enable the, (*4)

; XDEBUG Extension

The Versions

07/07 2017

dev-develop

dev-develop

limits number of its calls per time

  Sources   Download

MIT

The Development Requires

by Avatar tomaskraus

07/07 2017

dev-master

9999999-dev

limits number of its calls per time

  Sources   Download

MIT

The Development Requires

by Avatar tomaskraus

07/07 2017

v0.1.1

0.1.1.0

limits number of its calls per time

  Sources   Download

MIT

The Development Requires

by Avatar tomaskraus

12/04 2017

0.1.0

0.1.0.0

limits number of its calls per time

  Sources   Download

MIT

The Development Requires

by Avatar tomaskraus

05/04 2017

0.0.2

0.0.2.0

limits number of its calls per time

  Sources   Download

MIT

by Avatar tomaskraus

05/04 2017

0.0.1

0.0.1.0

limits number of its calls per time

  Sources   Download

MIT

by Avatar tomaskraus