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
- Host: GitHub
- URL: https://github.com/mrniamster/ratelimiterlite
- Owner: mrniamster
- License: mit
- Created: 2021-05-18T03:28:05.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-18T03:37:57.000Z (about 5 years ago)
- Last Synced: 2025-01-03T18:11:59.522Z (over 1 year ago)
- Topics: api-rate-limit, php, php-security, php-security-checker, php7, rate-limiter, rate-limiting
- Language: PHP
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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');`