LinuxCommandLibrary

phive

PHAR Installation and Verification

TLDR

Install phar tool
$ phive install [tool]
copy
Install globally
$ phive install --global [tool]
copy
Update tools
$ phive update
copy
List installed
$ phive status
copy
Remove tool
$ phive remove [tool]
copy

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.

SEE ALSO

composer(1), php(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard