An open API service indexing awesome lists of open source software.

https://github.com/mrniamster/ratelimiterlite

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
https://github.com/mrniamster/ratelimiterlite

api-rate-limit php php-security php-security-checker php7 rate-limiter rate-limiting

Last synced: 12 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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');`