nask0 / composer-popular-package-analysis

Utilities to analyze most popular composer packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Utilities to analyze most popular composer packages

License:MIT License


Languages

Language:PHP 94.0%Language:Shell 6.0%