Gets media files from all collection members
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
363 B

{
"name": "roblib/islandora_collection_harvest",
"description": "Islandora module for zipping and streaming collection media using ZipStream.",
"type": "drupal-module",
"require": {
"php": ">=8.1",
"maennchen/zipstream-php": "^3.1"
},
"extra": {
"drupal": {
"extension_type": "module"
}
}
}