quioteframework/ratelimit
Composer 安装命令:
composer require quioteframework/ratelimit
包简介
Rate limiting (login throttle, PDO-backed limiter storage) for Quiote, built on symfony/rate-limiter.
README 文档
README
Rate limiting (login throttle, PDO-backed limiter storage) for Quiote, built on symfony/rate-limiter.
Install
composer require quioteframework/ratelimit
Use
A plain library, not a plugin — no plugins config entry needed. Instantiate directly where you need it:
use Quiote\Security\RateLimit\LoginThrottle; use Quiote\Security\RateLimit\PdoRateLimiterStorage; $throttle = new LoginThrottle(new PdoRateLimiterStorage($pdo));
License
MIT. See LICENSE.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2026-07-04