Skip to content

api rate limiter for php,whcih works on csv file as DB and tracks request based on IP count and matches with the given rate limit set by user

License

Notifications You must be signed in to change notification settings

mrniamster/rateLimiterLite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RATE LIMITER LITE V1.0

This is a simple and statless (No-mYsQl) api rate limmiter for php,whcih works on csv file as DB and tracks request based on IP count and matches with the given rate limit set by user;

Features:

  • No Database Required
  • Very Small < 4kb;
  • Easy to config;
  • Working on CSV file which you can view back for reports :)

Usage:

require('rateLimiterLite.php');

About

api rate limiter for php,whcih works on csv file as DB and tracks request based on IP count and matches with the given rate limit set by user

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages