commands.sh

phive

all

The Phar Installation and Verification Environment for secure PHP application deployment.

More info →

Options (2)

-g, --globalboolean

Install a specified Phar globally

Example: phive install {{alias|url}} {{[-g|--global]}}
-t, --targetboolean

Install a specified Phar to a target directory

Example: phive install {{alias|url}} {{[-t|--target]}} {{path/to/directory}}

Examples (8)

Display a list of available aliased Phars

phive list

Install a specified Phar to the local directory

phive install alias|url

Install a specified Phar globally

phive install alias|url [-g|--global]

Install a specified Phar to a target directory

phive install alias|url [-t|--target] path/to/directory

Update all Phar files to the latest version

phive update

Remove a specified Phar file

phive remove alias|url

Remove unused Phar files

phive purge

List all available commands

made by @shridhargupta | data from tldr-pages