PHPackages                             ssskit/easyzip - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. ssskit/easyzip

ActiveLibrary[File &amp; Storage](/categories/file-storage)

ssskit/easyzip
==============

超级简单的zip文件解压，压缩工具

v1.1(5y ago)23872[1 issues](https://github.com/ssskit/easyzip/issues)[1 PRs](https://github.com/ssskit/easyzip/pulls)MITPHPPHP &gt;=7.0.0

Since Jun 16Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ssskit/easyzip)[ Packagist](https://packagist.org/packages/ssskit/easyzip)[ RSS](/packages/ssskit-easyzip/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

zip
===

[](#zip)

超级简单的zip文件压缩，解压

### Install

[](#install)

```
composer require ssskit/zip

```

### Use

[](#use)

Zip 压缩文件

```
use EasyZip\ZipHandle;

$dir_name = '/dir'; // 需要压缩的目录或文件路径
$zip_name = '/test.zip'; // 压缩文件保存路径

ZipHandle::zip($dir_name,$zip_name);

```

UnZip 解压文件

```
use EasyZip\ZipHandle;

$zip_name = '/test.zip'; // 需要解压的压缩文件路径
$dir_name = '/dir'; // 解压后的目录路径

ZipHandle::unzip($zip_name,$dir_name);

```

### About me

[](#about-me)

Email：
个人博客：

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

2162d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e9405e23e79a2acf9c7f475a66a914ca6b884f1a6defe5ab92ca42208cec8859?d=identicon)[ssskit](/maintainers/ssskit)

---

Top Contributors

[![ssskit](https://avatars.githubusercontent.com/u/50386521?v=4)](https://github.com/ssskit "ssskit (4 commits)")

### Embed Badge

![Health badge](/badges/ssskit-easyzip/health.svg)

```
[![Health](https://phpackages.com/badges/ssskit-easyzip/health.svg)](https://phpackages.com/packages/ssskit-easyzip)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k511.3M2.2k](/packages/aws-aws-sdk-php)[google/cloud

Google Cloud Client Library

1.2k16.2M53](/packages/google-cloud)[nelexa/zip

PhpZip is a php-library for extended work with ZIP-archives. Open, create, update, delete, extract and get info tool. Supports appending to existing ZIP files, WinZip AES encryption, Traditional PKWARE Encryption, BZIP2 compression, external file attributes and ZIP64 extensions. Alternative ZipArchive. It does not require php-zip extension.

4967.4M112](/packages/nelexa-zip)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[sonata-project/media-bundle

Symfony SonataMediaBundle

4625.5M71](/packages/sonata-project-media-bundle)[stechstudio/laravel-zipstream

A fast and simple streaming zip file downloader for Laravel.

4633.7M3](/packages/stechstudio-laravel-zipstream)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
