TbsZip – a zip modifier

Package:
TbsZip - a zip modifier
Summary:
Modify Zip archive in pure PHP without using files
Groups:
Compression
Author:
Skrol29
Description:
This class can be used to modify a ZIP archive in pure PHP without using temporary files.

It can list, add, delete, replace files in a ZIP using only strings, thus without having to use server temporary files.

The original archive file is not modified. The new archive can be generates as new server file, served for download or return as string.

The class can compress and uncompress the archive files if Zlib extension is available.


Powered by Gewgley