You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+61-21Lines changed: 61 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,17 @@ version.
14
14
15
15
## Overview
16
16
17
-
A fast and simple streaming zip file downloader for PHP. Using this library will save you from having to write the Zip to disk. You can directly send it to the user, which is much faster. It can work with S3 buckets or any PSR7 Stream.
17
+
A fast and simple streaming zip file downloader for PHP. Using this library will
18
+
save you from having to write the Zip to disk. You can directly send it to the
19
+
user, which is much faster. It can work with S3 buckets or any PSR7 Stream.
18
20
19
21
Please see the [LICENSE](LICENSE) file for licensing and warranty information.
20
22
21
23
## Installation
22
24
23
-
Simply add a dependency on maennchen/zipstream-php to your project's composer.json file if you use Composer to manage the dependencies of your project. Use following command to add the package to your project's dependencies:
25
+
Simply add a dependency on maennchen/zipstream-php to your project's
26
+
`composer.json` file if you use Composer to manage the dependencies of your
27
+
project. Use following command to add the package to your project's dependencies:
- All options parameters to all function have been moved from an `array` to structured option objects. See [the wiki](https://github.com/maennchen/ZipStream-PHP/wiki/Available-options) for examples.
66
-
- The whole library has been refactored. The minimal PHP requirement has been raised to PHP 7.1.
67
-
68
-
## Usage with Symfony and S3
69
-
70
-
You can find example code on [the wiki](https://github.com/maennchen/ZipStream-PHP/wiki/Symfony-example).
0 commit comments