Projects / TbsZip

TbsZip

TbsZip is a PHP class that enables you to read and write Zip archives. The class doesn't require PHP extensions or temporary files. TbsZip can read, add, delete, and modify files stored in an archive. It can even start with an empty archive. The original archive is not modified. The new archive can be saved in the server as a new file, or provided directly as an HTTP download, or even as a binary string. If the Zlib extension is activated in PHP, then TbsZip can automatically compress and uncompress files in the archive.

Tags
Licenses
Operating Systems
Implementation

RSS Last announcement

code examples 03 Sep 2010

The TbsZip package now includes code examples to help developers getting started quickly.

RSS Recent releases

  •  22 Apr 2013 23:08

Release Notes: New method FileGetState(IdxOrName): return a string that gives the state of the file in the archive (unchanged, modified, deleted, added).

  •  18 Mar 2013 18:21

Release Notes: This release fixes corrupted archives which occurred when the original was using data descriptors without the signature, adds the new argument $UseIncludePath, and makes debug mode smarter.

  •  15 Feb 2012 22:06

Release Notes: 1 bug has been fixed: the method FileCancelModif() doesn't cancel added files.

  •  23 Aug 2011 02:58

Release Notes: Three minor bugs were fixed, and PHP notice messages were fixed.

  •  08 Jun 2011 18:54

Release Notes: One bug was fixed: a PHP warning that reads, "Warning: fclose(): 10 is not a valid stream resource," may happen when closing an archive twice.

Screenshot

Project Spotlight

Q4Wine

A GUI for Wine.

Screenshot

Project Spotlight

jOOQ

Java-based object oriented querying.