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(6y ago)23892[1 issues](https://github.com/ssskit/easyzip/issues)[1 PRs](https://github.com/ssskit/easyzip/pulls)MITPHPPHP &gt;=7.0.0

Since Jun 16Pushed 6y ago1 watchersCompare

[ Source](https://github.com/ssskit/easyzip)[ Packagist](https://packagist.org/packages/ssskit/easyzip)[ RSS](/packages/ssskit-easyzip/feed)WikiDiscussions master Synced 3w 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 35% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

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

2209d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/50386521?v=4)[ssskit](/maintainers/ssskit)[@ssskit](https://github.com/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.3k543.5M2.6k](/packages/aws-aws-sdk-php)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M738](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[google/cloud

Google Cloud Client Library

1.2k16.7M57](/packages/google-cloud)[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)

PHPackages © 2026

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