gh640/sjis-zip

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

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/gh640/sjis-zip

0.1.0 2020-09-03 05:21 UTC

This package is auto-updated.

Last update: 2025-09-29 02:22:11 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.