graham-campbell/packagist-stats

Packagist Stats Is A CLI Tool To Display Download Stats For Packagist Packages

Fund package maintenance!
GrahamCampbell

Installs: 207

Dependents: 0

Suggesters: 0

Security: 0

Stars: 27

Watchers: 2

Forks: 7

Open Issues: 0

Type:project

v6.1.0 2023-12-04 01:38 UTC

README

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.

Banner

Build Status StyleCI Status Software License Latest Version

Usage

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-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 security@tidelift.com. 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).