This littel script fetches all packages, listed on packagist with type typo3-cms-extension
, and iterates over them and collect download data for every single packages.
It will echo it as csv, so it can easily be parsed into a .csv file for better sorting etc.
$ php fetchExtensionDownloadDataFromPackagist.php > downloadData.csv