mdscomp/yii2-http-download

Yii2 HTTP Download Class

1.0.2 2015-05-26 02:45 UTC

This package is not auto-updated.

Last update: 2024-05-15 06:51:36 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