mdscomp / yii2-http-download
Yii2 HTTP Download Class
Package info
bitbucket.org/mzdani/yii2-http-download
Type:yii2-extension
pkg:composer/mdscomp/yii2-http-download
1.0.2
2015-05-26 02:45 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-04 15:39:21 UTC
README
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.