速率限制器:速率限制器组件提供令牌桶实现以限制应用程序中的输入和输出速率 源码
限速器组件 Rate Limiter组件提供了令牌桶实现,以对应用程序中的输入和输出进行速率限制。 该组件是实验性的。 Symfony的未涵盖。 入门 $ composer require symfony/rate-limiter use Symfony \ Component \ RateLimiter \ Storage \ InMemoryStorage ; use Symfony \ Component \ RateLimiter \ RateLimiterFactory ; $ factory = new RateLimiterFactory ([ 'id' => 'log
文件列表
rate-limiter-5.x.zip
(预估有个27文件)
rate-limiter-5.x
LimiterStateInterface.php
670B
CompoundLimiter.php
2KB
LimiterInterface.php
2KB
Exception
ReserveNotSupportedException.php
670B
RateLimitExceededException.php
1KB
MaxWaitDurationExceededException.php
828B
InvalidIntervalException.php
435B
RateLimiterFactory.php
4KB
暂无评论