TbsZip – a zip modifier
Package:
Summary:
Modify Zip archive in pure PHP without using files
Groups:
Author:
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.
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.
Comments are closed.