Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikic/popular-package-analysis
Utilities to analyze most popular composer packages
https://github.com/nikic/popular-package-analysis
Last synced: 16 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T10:56:45.000Z (over 3 years ago)
- Last Synced: 2024-10-14T15:44:27.210Z (about 1 month ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 42
- Watchers: 3
- Forks: 6
- Open Issues: 3
-
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.