mdscomp/yii2-http-download

Yii2 HTTP Download Class

Maintainers

Package info

bitbucket.org/mzdani/yii2-http-download

Homepage

Issues

Type:yii2-extension

pkg:composer/mdscomp/yii2-http-download

Statistics

Installs: 65

Dependents: 0

Suggesters: 0

1.0.2 2015-05-26 02:45 UTC

This package is not auto-updated.

Last update: 2026-03-04 15:39:21 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

This class will execute file download with HTTP port.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist "mdscomp/yii2-http-download" "~1.0"

or add

"mdscomp/yii2-http-download": "~1.0"

to the require section of your composer.json file.

Usage