Packagist Stats was created by, and is maintained by Graham Campbell, and is a simple command line tool to display aggregated download statistics for packagist packages. Feel free to check out the releases, license, and contribution guidelines.
This project is relatively small, and it's usage is pretty simple. PHP 7.0+ is required.
To get the latest version, simply require the project using Composer:
$ composer global require graham-campbell/packagist-statsShow the stats for all packages under the graham-campbell vendor:
$ stats show graham-campbellShow the stats for the graham-campbell/packagist-stats package:
$ stats show graham-campbell/packagist-statsYou may also pass as many vendor names or package names as you like, at once:
$ stats show graham-campbell phpunit mockery/mockeryIf you discover a security vulnerability within this package, please send an e-mail to Graham Campbell at graham@alt-three.com. All security vulnerabilities will be promptly addressed.
Packagist Stats is licensed under The MIT License (MIT).