gh640/sjis-zip

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

Maintainers

Package info

github.com/gh640/sjis-zip

pkg:composer/gh640/sjis-zip

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.0 2020-09-03 05:21 UTC

This package is auto-updated.

Last update: 2026-03-01 00:14:22 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.