PHPackages                             stolentine/zip-partial-reader - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. stolentine/zip-partial-reader

ActiveLibrary[HTTP &amp; Networking](/categories/http)

stolentine/zip-partial-reader
=============================

Client for read one file from zip archive by curl

v0.1.1(3y ago)04MITPHPPHP ^8.1

Since Dec 8Pushed 3y ago1 watchersCompare

[ Source](https://github.com/stolentine/zip-partial-reader)[ Packagist](https://packagist.org/packages/stolentine/zip-partial-reader)[ Docs](https://github.com/stolentine/zip-partial-reader)[ RSS](/packages/stolentine-zip-partial-reader/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

ZipPartialReader
================

[](#zippartialreader)

Client for read one file from zip archive by curl.

```
use Stolentine\ZipPartialReader\ZipPartialReader;

$zip = ZipPartialReader::openUrl('https://example.com/foo.zip');

$path = '/var/www/files/';
$pathName = '/var/www/files/fooBazBar.xml';
$filePathName = 'baz/bar.xml';

foreach ($zip->getFiles() as $file) {
    if (str_starts_with($file->name, $filePathName)) {
        $zip->extractToDir($file, new SplFileInfo($path));
        // or
        $zip->extractToFile($file, new SplFileInfo($pathName));
    }
}
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity46

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

Total

2

Last Release

1256d ago

### Community

Maintainers

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

---

Tags

curlzipchunkpartialone file

### Embed Badge

![Health badge](/badges/stolentine-zip-partial-reader/health.svg)

```
[![Health](https://phpackages.com/badges/stolentine-zip-partial-reader/health.svg)](https://phpackages.com/packages/stolentine-zip-partial-reader)
```

###  Alternatives

[rmccue/requests

A HTTP library written in PHP, for human beings.

3.6k34.5M258](/packages/rmccue-requests)[kriswallsmith/buzz

Lightweight HTTP client

2.0k31.3M443](/packages/kriswallsmith-buzz)[nategood/httpful

A Readable, Chainable, REST friendly, PHP HTTP Client

1.8k17.2M267](/packages/nategood-httpful)[mashape/unirest-php

Unirest PHP

1.3k9.7M161](/packages/mashape-unirest-php)[php-http/curl-client

PSR-18 and HTTPlug Async client with cURL

48247.0M384](/packages/php-http-curl-client)[smi2/phpclickhouse

PHP ClickHouse Client

83510.1M71](/packages/smi2-phpclickhouse)

PHPackages © 2026

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