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

AbandonedArchivedLibrary

maximilian-kresse/zippy
=======================

Zippy, the archive manager companion - clone of alchemy/zippy

v0.1.1(1y ago)0251MITPHPPHP &gt;=7.1

Since Jun 25Pushed 1y agoCompare

[ Source](https://github.com/MaximilianKresse/Zippy)[ Packagist](https://packagist.org/packages/maximilian-kresse/zippy)[ RSS](/packages/maximilian-kresse-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/alchemy/zippy)[![Travis](https://camo.githubusercontent.com/6a51c9cdd2b46ec29f94d32a441840c5cab8b920b4a2a4e16353681a63ba1a5d/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f616c6368656d792d66722f5a697070792e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/alchemy-fr/Zippy)[![Scrutinizer](https://camo.githubusercontent.com/c7f95e6230b12795dca1d97a32054a94a2311cba72dcbefae64e0ddcf346e739/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f616c6368656d792d66722f5a697070792e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/alchemy-fr/Zippy/)[![Packagist](https://camo.githubusercontent.com/8f4c4c459c23e41a8450366f079432d8a4e98951d26fc705be0c55f5d77a7b72/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616c6368656d792f7a697070792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/alchemy/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 alchemy/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:

```
