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

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.

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