Packagist Stats
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.
Usage
This project is relatively small, and it's usage is pretty simple. PHP 7.4-8.2 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.0"
Show the stats for all packages under the graham-campbell
vendor:
$ stats show graham-campbell
Show the stats for the graham-campbell/packagist-stats
package:
$ stats show graham-campbell/packagist-stats
You may also pass as many vendor names or package names as you like, at once:
$ stats show graham-campbell phpunit mockery/mockery
Building
The following documentation is for contributors to this package only.
To build the phar
file, run:
$ make composer-install
$ make box-compiler
Security
If 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.
License
Packagist Stats is licensed under The MIT License (MIT).