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-php:2.0.0"
| 包名 | 版本要求 |
|---|---|
| ext-mbstring | * |
| myclabs/php-enum | ^1.5 |
| php | >= 7.1 |
| psr/http-message | ^1.0 |
| 包名 | 版本要求 |
|---|---|
| ext-zip | * |
| guzzlehttp/guzzle | >= 6.3 |
| mikey179/vfsstream | ^1.6 |
| phpunit/phpunit | >= 7.5 |
| 许可证 | MIT |
|---|---|
| 发布时间 | 2020-02-23 01:48:39 |
| 类型 | library |