PHP Classes

File: legacy/README.txt

Recommend this page to a friend!
  Classes of Asbjorn Grandt   Zip Stream   legacy/README.txt   Download  
File: legacy/README.txt
Role: Documentation
Content type: text/plain
Description: Version 2.0 for this package. The entire structure have been reworked, and it is now using namespace, meaning that PHP 5.3 is now required as a minimum. See the examples in the legacy folder to see how you can easily migrate to the new structure. Most notable new function added is appendZip, to merge the content of an existing Zip file into the current one without re-compression, using the PHP Zip Merge package, also available here on PHPClasses.
Class: Zip Stream
Create ZIP archives for large number of files
Author: By
Last change: Update of legacy/README.txt
Date: 2 months ago
Size: 294 bytes
 

Contents

Class file image Download
If you already know how to use composer, skip this file. Start by reading https://getcomposer.org/download/ 1. download composer.phar as shown in that page. 2. from the legacy folder, run #>php <path to composer>/composer.phar install This will download dependencies for these test files.