Download the PHP package cjphp/rate-limiter without Composer
On this page you can find all versions of the php package cjphp/rate-limiter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package rate-limiter
API限流器
该限流器采用php技术开发,支持以下特性
存储方式
- 文件存储
- redis存储
流控策略
- 固定窗口策略
- 滑动窗口策略
- 漏桶策略
项目结构
使用方法
-
添加依赖
- 在项目需要限流的地方初始化 RateLimiter 类,并调用 isRateLimited 方法,示例如下
All versions of rate-limiter with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
The package cjphp/rate-limiter contains the following files
Loading the files please wait ....