PHPackages                             jazor/zip-store - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jazor/zip-store

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jazor/zip-store
===============

zip store for php

v2.1.0(8mo ago)18MITPHPPHP &gt;=7.0

Since May 11Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/sometiny/zip-store)[ Packagist](https://packagist.org/packages/jazor/zip-store)[ Docs](https://github.com/cook-code-jazor/zip-store)[ RSS](/packages/jazor-zip-store/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)DependenciesVersions (6)Used By (0)

### zip store for php

[](#zip-store-for-php)

only create store, with no compression.

```
$zip = new ZipStore();

//simple file
$zip->addFile("{$base}store.txt");

//file with extra name
$zip->addFile("{$base}extra.txt", 'files/extra.txt');
$zip->addFile("{$base}你好.txt", 'files/你好.txt');

//directory with base name
$zip->addDirectory("{$base}files", 'extra-files');

//raw contents
$zip->addContents('i am hello world!', 'my name.jpg');

//save to file
$zip->save("{$base}dest.zip");

//or send to client
//$zip->send('dest.zip');
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance61

Regular maintenance activity

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Total

5

Last Release

246d ago

Major Versions

v1.0.3 → v2.1.02025-09-14

PHP version history (2 changes)1.0.0.0PHP &gt;=7.4

v1.0.1PHP &gt;=7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/1ec34748cbc115bbc15c9608ec3e6b9d24fd6e8d9f394ac1c27d7a632521132f?d=identicon)[anlige](/maintainers/anlige)

---

Top Contributors

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

---

Tags

zipstore

### Embed Badge

![Health badge](/badges/jazor-zip-store/health.svg)

```
[![Health](https://phpackages.com/badges/jazor-zip-store/health.svg)](https://phpackages.com/packages/jazor-zip-store)
```

###  Alternatives

[alchemy/zippy

Zippy, the archive manager companion

47522.6M51](/packages/alchemy-zippy)[pclzip/pclzip

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

19412.9M4](/packages/pclzip-pclzip)[spatie/laravel-personal-data-export

Create personal data downloads in a Laravel app

550543.8k8](/packages/spatie-laravel-personal-data-export)[ihor/nspl

Non-standard PHP library (NSPL) - functional primitives toolbox and more

381368.5k](/packages/ihor-nspl)[vipsoft/unzip

Unzip library - a ZipArchive wrapper

331.4M](/packages/vipsoft-unzip)[terminal42/contao-leads

Leads extension for Contao Open Source CMS; Store and manage form data with ease!

41167.9k10](/packages/terminal42-contao-leads)

PHPackages © 2026

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