Added zip downloads to feature list and noted PHP Zip extension requirement in README

This commit is contained in:
Chris Kankiewicz
2020-02-17 11:45:19 -07:00
parent 6929bd4630
commit b7e68d9313

View File

@@ -26,11 +26,13 @@ Features
- **File search** helps you locate the files you need quickly and efficiently.
- **File hashes** instill confidence when downloading files through verification.
- **Readme rendering** allows exposing the contents of READMEs directly on the page.
- **Zip downloads** for fetching an entire directory of files in a single action.
Requirements
------------
- [PHP](https://php.net) >= 7.2
- [PHP Zip](https://www.php.net/manual/en/book.zip.php) extension
Installation
------------