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

ActiveLibrary

aarontong00/zippy
=================

Zippy, the archive manager companion just for php 5.6 fork

1.3(7y ago)026MITPHPPHP &gt;=5.5

Since Mar 11Pushed 7y ago1 watchersCompare

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

READMEChangelogDependencies (8)Versions (28)Used By (0)

Zippy
=====

[](#zippy)

[![License](https://camo.githubusercontent.com/7fff9bef6cf9ce99d2ba15686484f8e04027bebaae1a0fbdc107365322edf349/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6161726f6e746f6e6730302f7a697070792e7376673f7374796c653d666c61742d737175617265)](https://github.com/aarontong00-fr/Zippy/LICENSE)[![Packagist](https://camo.githubusercontent.com/3a86a72abbddb622c8d9b93af760246621da3ba2442cca0d2d026ebb39027713/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6161726f6e746f6e6730302f7a697070792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/aarontong00/zippy)[![Travis](https://camo.githubusercontent.com/dce1540f4541c9f5c5fdd202746c507fbc8e35bdc688227d54647ad4aebc4d26/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6161726f6e746f6e6730302d66722f5a697070792e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/aarontong00-fr/Zippy)[![Scrutinizer](https://camo.githubusercontent.com/0daaab896e32e028d148b6ef3b2df38465bcb4a32a6bf056b5d0f5bf8b7ebae7/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6161726f6e746f6e6730302d66722f5a697070792e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/aarontong00-fr/Zippy/)[![Packagist](https://camo.githubusercontent.com/0a11acf6faebf9c92b8262e2adb959a5dc2eb85e94a592f8b3a00bf4d2c34a84/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6161726f6e746f6e6730302f7a697070792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/aarontong00/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 aarontong00/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:

```
