You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
659 B

5 years ago
PHPZipStreamer
==============
Simple Class to create zip files on the fly and stream directly to the HTTP
client as the content is added (without using temporary files).
Copyright (C) 2013-2016 Nicolai Ehemann (en@enlightened.de) and contributors
Contributors (in order of first contribution):
* André Rothe (arothe@zks.uni-leipzig.de)
* Lukas Reschke (lukas@owncloud.com)
* Others (who do not want to be mentioned)
See MANUAL.md for a short intro to using ZipStreamer.
Project page / issue tracker on https://github.com/McNetic/PHPZipStreamer.
Please report bugs / feature requests there.
Licensed under the GNU GPL. See COPYING for more information.