Skip to content
/ sjis-zip Public

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

Notifications You must be signed in to change notification settings

gh640/sjis-zip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gh640/sjis-zip

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Languages