PHPackages                             jarodxxx/zippy - 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. jarodxxx/zippy

ActiveLibrary

jarodxxx/zippy
==============

Zippy, the archive manager companion

1.0.2(1y ago)024MITPHPPHP ^7.1 || ^8.0

Since Feb 24Pushed 1y agoCompare

[ Source](https://github.com/jarodxxx/Zippy)[ Packagist](https://packagist.org/packages/jarodxxx/zippy)[ RSS](/packages/jarodxxx-zippy/feed)WikiDiscussions master Synced 1mo ago

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

Zippy
=====

[](#zippy)

[![License](https://camo.githubusercontent.com/5fa2b84dcaf3d7dec2e4ad11343d98c2601e2dd773f4247112953dd39e656eae/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f616c6368656d792f7a697070792e7376673f7374796c653d666c61742d737175617265)](https://github.com/alchemy-fr/Zippy/LICENSE)[![Packagist](https://camo.githubusercontent.com/060be5b0b8678997d18558e6ed66ec64297d0e45f4b58f5adac83c1e33607105/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616c6368656d792f7a697070792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jarodxxx/zippy)[![Packagist](https://camo.githubusercontent.com/de3e2c9dcf963328cf1d26346f0da401c607cb702d1a5ea96709dfd2e1e87b3c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a61726f647878782f7a697070792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jarodxxx/zippy/stats)

A PHP library to read, create, and extract archives in various formats via command line utilities or PHP extensions

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

[](#installation)

The only supported installation method is via [Composer](https://getcomposer.org). Run the following command to require Zippy in your project:

```
composer require jarodxxx/zippy

```

Adapters
--------

[](#adapters)

Zippy currently supports the following drivers and file formats:

- zip
    - .zip
- PHP zip extension
    - .zip
- GNU tar
    - .tar
    - .tar.gz
    - .tar.bz2
- BSD tar
    - .tar
    - .tar.gz
    - .tar.bz2

Getting started
---------------

[](#getting-started)

All the following code samples assume that Zippy is loaded and available as `$zippy`. You need the following code (or variation of) to load Zippy:

```
