PHPackages                             mlb0925/zipconverter - 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. mlb0925/zipconverter

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

mlb0925/zipconverter
====================

This library was written to simplify and automate Zip files management using PHP ZipArchive.

01PHP

Since Aug 17Pushed 2y ago1 watchersCompare

[ Source](https://github.com/mlb0925/zipconverter)[ Packagist](https://packagist.org/packages/mlb0925/zipconverter)[ RSS](/packages/mlb0925-zipconverter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

安装方法
====

[](#安装方法)

```
composer require mlb0925/zipconverter

```

使用方法
====

[](#使用方法)

```
$zip = new \Mlb0925\zipConverter();
$zip->setRecursiveness(true); //default is false
$zip->addFolder(
    array(
        './', //path of the current file
        'F:\wamp2\www\yml', //Windows Path
        '/var/www/html'  //linux path
    )
);
$zip->setZipPath('./files.zip'); //Set your Zip Path with your Zip File's Name
$result = $zip->createArchive();

echo "";var_dump($result);echo "";

```

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 Bus Factor1

Top contributor holds 66.7% 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.

### Community

Maintainers

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

---

Top Contributors

[![lanrenchengxu](https://avatars.githubusercontent.com/u/37446565?v=4)](https://github.com/lanrenchengxu "lanrenchengxu (2 commits)")[![mlb0925](https://avatars.githubusercontent.com/u/1799159?v=4)](https://github.com/mlb0925 "mlb0925 (1 commits)")

### Embed Badge

![Health badge](/badges/mlb0925-zipconverter/health.svg)

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

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M123](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

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