whikloj / BagItTools

A PHP BagIt library
MIT License
11 stars 5 forks source link

Allow add multiple bag-info tags in one call #42

Closed whikloj closed 2 years ago

whikloj commented 2 years ago

If you have already got the information you want as an array of tag-name => tag-value, it would be nice to just pass that to the bag instead of having to iterate over the array and call addBagInfoTag in the loop.

Something like addBagInfoTags(array $tags)