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

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

smuuf/zip-reader
================

A simple-to-use library for browsing and reading Zip files with friendly API.

1.0(3y ago)249MITPHPPHP ^8.0

Since Sep 18Pushed 3y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Zip reader for PHP 🤐
====================

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

[![PHP tests](https://github.com/smuuf/php-zip-reader/workflows/PHP%20tests/badge.svg)](https://github.com/smuuf/php-zip-reader/workflows/PHP%20tests/badge.svg)

You just need to read Zip files in PHP? Say no more! 😎 This is a ***simple-to-use library for browsing and reading Zip files with friendly API.*** Just reading, nothing else *(like creating or modifying Zip files - if you need that, look elsewhere)*.

Installation
------------

[](#installation)

```
composer require smuuf/zip-reader
```

ℹ️ This package uses the [`\ZipArchive`](https://www.php.net/manual/en/fiber.suspend.php) class internally, so you need to have PHP [extension `Zip`](https://www.php.net/manual/en/zip.installation.php) installed and enabled.

Usage
-----

[](#usage)

```
