PHPackages                             khaibin/php-upload-zipper - 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. khaibin/php-upload-zipper

ActiveLibrary

khaibin/php-upload-zipper
=========================

A PHP zipper for file upload

01PHP

Since Mar 3Pushed 6y ago1 watchersCompare

[ Source](https://github.com/khaibin/php-upload-zipper)[ Packagist](https://packagist.org/packages/khaibin/php-upload-zipper)[ RSS](/packages/khaibin-php-upload-zipper/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

PHP Upload Zipper
-----------------

[](#php-upload-zipper)

### Prerequisite

[](#prerequisite)

- ZipArchive – [(Documentation)](https://www.php.net/manual/en/class.ziparchive.php) [(Setup Guide)](ZipArchive-Installation.md)

### Usage

[](#usage)

```
require 'path/to/Zipper.php';

// Upload  with filename 'file1' and 'file2'
$result = Zipper::zip('/absolute/output/path/zipname.zip', 'file', 'file2');
if ($result) {
    echo "Upload success!";
} else {
    echo "Upload failed!";
}
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/47d3b774afcd7d685d1a107cc76b53797446b4cdec05b534dc70214e901c1b1e?d=identicon)[khaibin](/maintainers/khaibin)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/khaibin-php-upload-zipper/health.svg)

```
[![Health](https://phpackages.com/badges/khaibin-php-upload-zipper/health.svg)](https://phpackages.com/packages/khaibin-php-upload-zipper)
```

PHPackages © 2026

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