From c45abeb5ee57583740e801f12a7d0d2c29ed8f70 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Sat, 3 Feb 2018 10:32:08 +0000 Subject: [PATCH] phive: add page (#1956) --- pages/common/phive.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 pages/common/phive.md diff --git a/pages/common/phive.md b/pages/common/phive.md new file mode 100644 index 0000000000..a195f1deb5 --- /dev/null +++ b/pages/common/phive.md @@ -0,0 +1,35 @@ +# phive + +> The Phar Installation and Verification Environment for secure PHP application deployment. + +- 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}} --global` + +- Install a specified Phar to a target directory: + +`phive install {{alias|url}} --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: + +`phive help`