codificio/laravel-batched-request
Composer 安装命令:
composer require codificio/laravel-batched-request
包简介
Service provider for batched requests in Laravel framework (Laravel PHP).
README 文档
README
This package is based on https://github.com/dvanderburg/lumen-batched-request.
Middleware
In addition to that package, there is also a middleware which override the base ThrottleRequests middleware.
It is used to avoid API rate limit for the requests inside the batch.
Replace the default middleware:
Illuminate\Routing\Middleware\ThrottleRequests
with:
Codificio\BatchedRequest\ThrottleRequests
in the app\Http\Kernel.php file.
统计信息
- 总下载量: 86
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-03-05