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

dev-master 2019-03-04 22:03 UTC

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);