https://github.com/nikic/popular-package-analysis
Utilities to analyze most popular composer packages
https://github.com/nikic/popular-package-analysis
Last synced: 12 months ago
JSON representation
Utilities to analyze most popular composer packages
- Host: GitHub
- URL: https://github.com/nikic/popular-package-analysis
- Owner: nikic
- License: mit
- Created: 2019-04-26T13:49:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T10:56:45.000Z (about 5 years ago)
- Last Synced: 2025-04-04T05:04:26.081Z (about 1 year ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 45
- Watchers: 3
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.