ltguillaume / PHPZipStreamer

Simple class to stream files/directories directly as zip (without using temporary files)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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):

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.

About

Simple class to stream files/directories directly as zip (without using temporary files)

License:GNU General Public License v3.0


Languages

Language:PHP 98.5%Language:Shell 1.5%