Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nikic/popular-package-analysis

Utilities to analyze most popular composer packages
https://github.com/nikic/popular-package-analysis

Last synced: about 2 months ago
JSON representation

Utilities to analyze most popular composer packages

Awesome Lists containing this project

README

        

Analysis of popular composer packages
-------------------------------------

This repository contains a couple of scripts to download the most popular composer packages and
analyze them. Usage:

```
# Download 1000 most popular packages
php download.php 0 1000
./extract.sh
```

The `zipballs/` directory contains downloaded archives, while `sources/` contains the extracted
sources.