sadovojav/yii2-antileech

There is no license information available for the latest version (dev-master) of this package.

Yii2 antileech component

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

Type:yii2-extension

dev-master 2016-11-30 15:01 UTC

This package is auto-updated.

Last update: 2024-03-29 03:38:05 UTC


README

Antileech component to stream files

Features:

  • Speed limit
  • Resumed downloads

Composer

The preferred way to install this extension is through Composer.

Either run php composer.phar require sadovojav/yii2-antileech "dev-master"

or add "sadovojav/yii2-antileech": "dev-master" to the require section of your composer.json

Config

Attach the component in your config file:

'components' => [
    'antileech' => [
        'class' => 'sadovojav\antileech\AntiLeech'
    ],
],

Use

Yii::$app->antileech->stream($filePath, 10000);

Parameters

  • string filePath required (string) -The full path to the file
  • integer speedLimit - Speed limit