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

ActiveLibrary

ticketpark/elibyy-zip
=====================

a simple and powerful zip manipulation library

1.0(9y ago)0103.5k↓43.8%2[1 issues](https://github.com/Ticketpark/elibyy-zip/issues)PHPPHP &gt;=5.4.0

Since Apr 10Pushed 9y ago3 watchersCompare

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

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

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

*This is a fork of  which was unexpectedly deleted and abandoned without any prior notice.*

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

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3326d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1736670?v=4)[Ticketpark GmbH](/maintainers/ticketpark)[@Ticketpark](https://github.com/Ticketpark)

---

Top Contributors

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

---

Tags

archivezipziparchiveunzip

###  Code Quality

TestsPHPUnit

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/ticketpark-elibyy-zip/health.svg)](https://phpackages.com/packages/ticketpark-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)[zanysoft/laravel-zip

laravel-zip is the world's leading zip utility for file compression and backup.

3142.8M15](/packages/zanysoft-laravel-zip)[splitbrain/php-archive

Pure-PHP implementation to read and write TAR and ZIP archives

1061.4M20](/packages/splitbrain-php-archive)[raulfraile/distill

Smart compressed files extractor

228190.4k9](/packages/raulfraile-distill)[wapmorgan/unified-archive

UnifiedArchive - an archive manager with unified interface of working with all popular archive formats (zip/7z/rar/gz/bz2/xz/cab/tar/tar.gz/tar.bz2/tar.x/tar.Z/...) for PHP with ability for listing, reading, extracting and creation + built-in console archive manager.

2791.6M7](/packages/wapmorgan-unified-archive)[vipsoft/unzip

Unzip library - a ZipArchive wrapper

331.4M](/packages/vipsoft-unzip)

PHPackages © 2026

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