gh640/sjis-zip

A utility to handle zip files encoded with Shift-JIS.

0.1.0 2020-09-03 05:21 UTC

This package is auto-updated.

Last update: 2024-03-29 04:19:33 UTC


README

A utility to handle zip files encoded with Shift-JIS.

Installation

composer require gh640/sjis-zip

Usage

use gh640\SjisZip\Extractor;

$extractor = Extractor::create('src.zip');

// List items.
$items = $extractor->items();

// Extract the file.
$extractor->extract('path/to/dest');

License

MIT.