Download the PHP package hju/zippy without Composer
On this page you can find all versions of the php package hju/zippy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package zippy
Zippy
A PHP library to read, create, and extract archives in various formats via command line utilities or PHP extensions
Installation
The only supported installation method is via Composer. Run the following command to require Zippy in your project:
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
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:
List an archive's contents:
Extract an archive to a specific directory:
Create a new archive
Customize file and directory names inside archive
Documentation
Documentation hosted at read the docs !
License
This project is licensed under the MIT license.
All versions of zippy with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
doctrine/collections Version ~1.0
symfony/filesystem Version ^2.0.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0
symfony/process Version ^3.4 || ^4.0 || ^5.0 || ^6.0
symfony/polyfill-mbstring Version ^1.3
doctrine/collections Version ~1.0
symfony/filesystem Version ^2.0.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0
symfony/process Version ^3.4 || ^4.0 || ^5.0 || ^6.0
symfony/polyfill-mbstring Version ^1.3
The package hju/zippy contains the following files
Loading the files please wait ....