ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.
composer require maennchen/zipstream-phpNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Stream a zip file containing a single text file directly to the browser
Call ob_end_flush() or ob_end_clean() before creating ZipStream instance
No dependency data recorded yet.