Repo-Downloader icon indicating copy to clipboard operation
Repo-Downloader copied to clipboard

Minor Improvements - RepoDownloader

Open xthukuh opened this issue 2 years ago • 0 comments

With respect to original code, here are my contributions:

  • Enabled options config 'branch' - had a use-case where I needed the 'main' branch not 'master'
  • Enabled options config 'progress' - specify callback for curl download progress
  • README edits to include new options config.
  • RepoDownloader.php Edits - minor optimization, comment docs, error handling, curl downloads directly to file (not memory)
  • Added test download file (test-download.php)

xthukuh avatar Oct 20 '22 00:10 xthukuh