deepdiver / zipstreamer
Stream zip files without i/o overhead
Fund package maintenance!
DeepDiver1975
Installs: 1 112 166
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 13
Open Issues: 1
pkg:composer/deepdiver/zipstreamer
Requires
- php: >=7.4
- ext-http: >=0.10
- ext-mbstring: *
Requires (Dev)
- ext-xdebug: *
- ext-zlib: *
- phpunit/phpunit: ^7 || ^8
Suggests
- ext-http: >=0.10
- dev-master
- v3.0.0
- v2.0.3
- v2.0.2
- 2.0.0
- 1.1.1
- 1.1.0
- v0.5
- dev-dependabot/github_actions/master/actions/checkout-6
- dev-dependabot/github_actions/master/codecov/codecov-action-5
- dev-dependabot/github_actions/master/actions/cache-5
- dev-ci/dependabot
- dev-chore/php8
- dev-fix/drop-version-from-composer.json
- dev-release/2.0.0
This package is auto-updated.
Last update: 2026-02-19 21:14:17 UTC
README
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.