shadesoft/zipper

This package is abandoned and no longer maintained. No replacement package was suggested.

Makes a zip archive from the content of a directory.

v1.0 2018-09-25 11:49 UTC

This package is auto-updated.

Last update: 2023-10-02 20:19:20 UTC


README

Makes a zip archive from the content of a directory.

Installation

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

$ composer require shadesoft/zipper

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.

Usage

\ShadeSoft\Zipper\Zipper::zip('/path/to/directory', '/path/to/zip/file');
\ShadeSoft\Zipper\Zipper::zip('/path/to/directory', '/path/to/zip/file', 'CP852'); // file names in zip file will be converted to East-European