What does it do?
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.
How to generate csv file
$ php fetchExtensionDownloadDataFromPackagist.php > downloadData.csv