mdscomp / yii2-http-download
Yii2 HTTP Download Class
1.0.2
2015-05-26 02:45 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-11-13 09:16:43 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.