barracudanetworks / ArchiveStream-php

Archive streaming library for PHP
Other
77 stars 27 forks source link

Offline zip #26

Closed hchautrung closed 8 years ago

hchautrung commented 8 years ago

Hi JohnMaguire,

Is it possible do offline zip. I mean the library can be configured to write to a zip file Instead of streaming.

Thanks, Trung.

johnmaguire commented 8 years ago

There is no way to do it the way the library is currently written. If you wanted to modify the library, this function would just need to output to a file, instead of echoing to the page: https://github.com/barracudanetworks/ArchiveStream-php/blob/master/src/Archive.php#L319-L329