sadovojav / yii2-antileech
此包的最新版本(dev-master)没有可用的许可信息。
Yii2 antileech 组件
dev-master
2016-11-30 15:01 UTC
Requires
- php: >=5.4.0
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-08-29 04:37:00 UTC
README
用于流式传输文件的 Antileech 组件
功能
- 速度限制
- 恢复下载
Composer
安装此扩展的首选方式是通过 Composer。
运行 php composer.phar require sadovojav/yii2-antileech "dev-master"
或将 "sadovojav/yii2-antileech": "dev-master"
添加到您的 composer.json
文件的 require 部分
配置
在您的配置文件中附加组件
'components' => [ 'antileech' => [ 'class' => 'sadovojav\antileech\AntiLeech' ], ],
使用
Yii::$app->antileech->stream($filePath, 10000);
参数
- string
filePath
必需的 (string) - 文件的完整路径 - integer
speedLimit
- 速度限制