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, security policy, license, code of conduct, and contribution guidelines.
This project is relatively small, and it's usage is pretty simple. PHP 7.4-8.3 is required.
To get the latest version, simply require the project using Composer or download the phar from the releases page:
$ composer global require "graham-campbell/packagist-stats:^6.1"Show 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/mockeryThe following documentation is for contributors to this package only.
To build the phar file, run:
$ make composer-install
$ make box-compilerIf you discover a security vulnerability within this package, please send an email to [email protected]. All security vulnerabilities will be promptly addressed. You may view our full security policy here.
Packagist Stats is licensed under The MIT License (MIT).
