PHPackages                             hufang/neozip - 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. hufang/neozip

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

hufang/neozip
=============

将多个文件压缩成一个zip文件下载.Compress multiple files into a single zip file for download

v1.0.2(7y ago)2401MITPHPPHP &gt;=5.2.0

Since Jan 15Pushed 7y agoCompare

[ Source](https://github.com/neohuruyi/neozip)[ Packagist](https://packagist.org/packages/hufang/neozip)[ Docs](https://github.com/neohuruyi/neozip)[ RSS](/packages/hufang-neozip/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (3)Used By (0)

hufang
======

[](#hufang)

将多个文件打包成zip并下载

安装方法
====

[](#安装方法)

命令行下, 执行 composer 命令安装:

```
composer require hufang/neozip

```

使用示例demo
========

[](#使用示例demo)

```
use hufang\NeoZip\NeoZip;

$file_arr = [
	0=>'file1_path', //值为文件路径 默认是public下的文件
	1=>'file2_path',
	2=>'/uploads/c5a.png',
];

// 下载download
NeoZip::zipAndDownload($file_arr);

```

关于导出的文件名
========

[](#关于导出的文件名)

> 可以自行修改 src/ 下 NeoZip.php 中的文件名

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

2676d ago

PHP version history (2 changes)v1.0.1PHP &gt;=5.2

v1.0.2PHP &gt;=5.2.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/3b8d5c123bc981617414aa4af81e7b9b59862566cc3efa11738f426e350f7a21?d=identicon)[neoHu](/maintainers/neoHu)

---

Top Contributors

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

---

Tags

phpzipziparchive

### Embed Badge

![Health badge](/badges/hufang-neozip/health.svg)

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

###  Alternatives

[madnest/madzipper

Easier zip file handling for Laravel applications.

1382.3M6](/packages/madnest-madzipper)[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)[barracudanetworks/archivestream-php

A library for dynamically streaming dynamic tar or zip files without the need to have the complete file stored on the server.

77192.2k1](/packages/barracudanetworks-archivestream-php)[jmathai/s3-bucket-stream-zip-php

PHP library to efficiently stream contents from an AWS S3 bucket or folder as a zip file

56114.4k](/packages/jmathai-s3-bucket-stream-zip-php)[chamilo/pclzip

A PHP library that offers compression and extraction functions for Zip formatted archives

21150.9k4](/packages/chamilo-pclzip)[wgenial/s3-objects-stream-zip-php

S3ObjectsStreamZip is a PHP library to stream objects from AWS S3 as a zip file.

2086.7k](/packages/wgenial-s3-objects-stream-zip-php)

PHPackages © 2026

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