morovinger / yii2-js-zip
JavaScript plugin for work with ZIP
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
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);