PHPackages                             royfee/ziparchiveex - 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. royfee/ziparchiveex

ActiveLibrary

royfee/ziparchiveex
===================

ZipArchive

1.1(3mo ago)122PHPPHP &gt;=5.6.0

Since Aug 27Pushed 3mo ago1 watchersCompare

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

READMEChangelogDependenciesVersions (3)Used By (0)

ZipArchive 类的扩展
---------------

[](#ziparchive-类的扩展)

> 1、用法
>
> > composer require royfee/ziparchiveex 进行安装

```
$zip = new \royfee\zip\ZipArchiveEx;
$zip->open('my.zip');
//打包Oss里存储的图片
$file = [
    'http://aliyunoss.com/ade7.jpg',
];
$zip->addRemoteFiles($file);
$zip->close();
```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance79

Regular maintenance activity

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

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 ~1613 days

Total

2

Last Release

110d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/307712905420580e4db4c492c8ca3b3c464346a375e1fbd280f5e6368149f5c0?d=identicon)[royfee](/maintainers/royfee)

### Embed Badge

![Health badge](/badges/royfee-ziparchiveex/health.svg)

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

PHPackages © 2026

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