vladayson/yii2-zip

Yii2 Zip processor

Installs: 1 077

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

1.0 2020-07-22 09:08 UTC

This package is auto-updated.

Last update: 2024-04-22 17:42:44 UTC


README

Yii2 Zip processor

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist vladayson/yii2-zip "*"

or add

"vladayson/yii2-zip": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \vladayson\zipper\AutoloadExample::widget(); ?>```