morovinger / yii2-js-zip
There is no license information available for the latest version (dev-master) of this package.
JavaScript plugin for work with ZIP
Package info
github.com/morovinger/yii2-js-zip
Type:yii2-extension
pkg:composer/morovinger/yii2-js-zip
dev-master
2019-03-04 22:03 UTC
Requires
- php: >=5.4.0
- bower-asset/jszip: *
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2020-01-05 09:06:30 UTC
README
Installation
The preferred way to install this extension is through composer.
Either run
$ composer require morovinger/yii2-js-zip:*
or add
"morovinger/yii2-js-zip": "*"
to the require section of your composer.json file.
Usage
Just register asset in a required view
use morovinger\yii2jszip;
yii2jszip\JSZipAsset::register($this);