https://github.com/binsarjr/universal-api-rate-limit
This library is made simple, starting from the boss who wants an api rate limit system, but from one file/library it can be used by many projects at once.
https://github.com/binsarjr/universal-api-rate-limit
rate-limiting throttle throttling universal-api
Last synced: 7 months ago
JSON representation
This library is made simple, starting from the boss who wants an api rate limit system, but from one file/library it can be used by many projects at once.
- Host: GitHub
- URL: https://github.com/binsarjr/universal-api-rate-limit
- Owner: binsarjr
- Created: 2022-01-04T14:28:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-05T02:50:22.000Z (almost 4 years ago)
- Last Synced: 2025-02-05T00:26:57.108Z (8 months ago)
- Topics: rate-limiting, throttle, throttling, universal-api
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Universal API Rate Limit PHP
This library is made simple, starting from the boss who wants an api rate limit system, but from one file/library it can be used by many projects at once.Using this you just need to set the configuration in the config.php file then you can include this file all the projects that will use api rate limit at the very top of your php file
## Example
```php