Repo-Downloader
Repo-Downloader copied to clipboard
Minor Improvements - RepoDownloader
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)