mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
6d3c27fe7f
This allows downloading of zip files as a stream, and will be used by the Download course content project (MDL-69540).
9 lines
378 B
Plaintext
9 lines
378 B
Plaintext
Instructions to import ZipStream into Moodle:
|
|
|
|
1/ Download from https://github.com/maennchen/ZipStream-PHP/releases/
|
|
|
|
2/ Copy the LICENSE file and the src folder into the lib/zipstream folder
|
|
|
|
3/ Ensure any dependencies are also imported (eg psr/http-message and myclabs/php-enum).
|
|
The dependencies will be listed in the "require" section of the library's composer.json file
|