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

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

pkg:composer/morovinger/yii2-js-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);