popular-package-analysis
popular-package-analysis copied to clipboard
Utilities to analyze most popular composer packages
Add check if the version is within the range before yielding the value? Really low importance
e.g. if a version is already downloaded, then skip the api call to packagist.org Is that something you'd be open to adding (e.g. a name along the lines of `--skip-update-check`)
Also, $execOutput is an array of output lines, not a string - https://www.php.net/manual/en/function.exec.php E.g. - Add a finite number of retries? - Add a way to skip failed downloads ```...
Uses cURL instead of wget, and tar instead of unzip for Windows compatibility. Also replaced old analysis script with a new one which uses PHP Parser 5.x.