PHPackages                             elibyy/zip - 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. elibyy/zip

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

elibyy/zip
==========

a simple and powerful zip manipulation library

1.0(9y ago)29.1k1PHPPHP &gt;=5.4.0

Since Apr 10Pushed 9y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (2)Used By (0)

[![Build Status](https://camo.githubusercontent.com/a644f73fd3d8076a51d4b0f87d4330ac7ceba6f659031210d7135fdd675264f9/68747470733a2f2f7472617669732d63692e6f72672f656c696279792f5a69702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/elibyy/Zip/)[![Docs](https://camo.githubusercontent.com/e3c17de02c840a4d801c56e04026ee55fc277ad48f5471d11dec8c54afd2071a/68747470733a2f2f72656164746865646f63732e6f72672f70726f6a656374732f7a69702f62616467652f3f76657273696f6e3d6c6174657374)](http://zip.rtfd.org/)

*This is no longer maintained.*

Elibyy Zip
==========

[](#elibyy-zip)

A Object-Oriented PHP library to manipulate archives

Adapters
--------

[](#adapters)

this library currently supports

- zip
- PHP zip
- Phar
- TAR
- BZIP2
- GZ

which is the following extensions

- .zip
- .phar
- .tar
- .bz2
- .gz

API Example
-----------

[](#api-example)

```
 use Elibyy\Reader
 $reader = new Reader('/path/to/file.zip');
 $reader->getFiles(); #will return File[]
 $reader->addFile('/path/to/file.txt','my/inner/path/file.txt'); #will add a file to the archive with path my/inner/path
 $reader->removeFileByName('file.txt');
```

Documentation hosted at [read the docs](http://zip.rtfd.org/) !

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3326d ago

### Community

Maintainers

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

---

Tags

archivetarziparchivezipziparchiveunzip

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[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)[vipsoft/unzip

Unzip library - a ZipArchive wrapper

331.4M](/packages/vipsoft-unzip)

PHPackages © 2026

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