phive
PHAR Installation and Verification
TLDR
Install phar tool
$ phive install [tool]
Install globally$ phive install --global [tool]
Update tools$ phive update
List installed$ phive status
Remove tool$ phive remove [tool]
SYNOPSIS
phive [command] [options]
DESCRIPTION
phive is PHAR Installation and Verification. Manages PHP phar tools.
The tool handles phar distribution. GPG signature verification.
PARAMETERS
install TOOL
Install phar tool.update
Update installed tools.status
List installed tools.remove TOOL
Remove tool.--global
Global installation.--help
Display help.
CAVEATS
Requires PHP. GPG for verification. Tools must be published.
HISTORY
Phive was created for secure phar distribution with signature verification.

