Download the PHP package palepurple/rate-limit without Composer
On this page you can find all versions of the php package palepurple/rate-limit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download palepurple/rate-limit
More information about palepurple/rate-limit
Files in palepurple/rate-limit
Download palepurple/rate-limit
More information about palepurple/rate-limit
Files in palepurple/rate-limit
Vendor palepurple
Package rate-limit
Short Description PHP rate limiting library with Token Bucket Algorithm, originally touhonoob/rate-limit
License MIT
Package rate-limit
Short Description PHP rate limiting library with Token Bucket Algorithm, originally touhonoob/rate-limit
License MIT
Please rate this library. Is it a good library?
Informations about the package rate-limit
RateLimit
PHP Rate Limiting Library With Token Bucket Algorithm with minimal external dependencies.
Installation
Storage Adapters
The RateLimiter needs to know where to get/set data.
Depending on which adapter you install, you may need to install additional libraries (predis/predis or tedivm/stash) or PHP extensions (e.g. Redis, Memcache, APC)
- APCu
- Redis or Predis
- Stash (This supports many drivers - see http://www.stashphp.com/Drivers.html )
- Memcached
Example
``
Installing via Composer
`
References
All versions of rate-limit with dependencies
PHP Build Version
Package Version
Requires
php Version
>= 8.0
The package palepurple/rate-limit contains the following files
Loading the files please wait ....