snippetbashTip
phive — The Phar Installation and Verification Environment for secure PHP application deployment. More infor
Viewed 0 times
thecommandverificationpharandinstallationphivecli
Problem
How to use the
phive command: The Phar Installation and Verification Environment for secure PHP application deployment. More information: <https://phar.io/#Usage>.Solution
phive — The Phar Installation and Verification Environment for secure PHP application deployment. More information: <https://phar.io/#Usage>.Display a list of available aliased Phars:
phive listInstall 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 updateRemove a specified Phar file:
phive remove {{alias|url}}Remove unused Phar files:
phive purgeList all available commands:
phive helpCode Snippets
Display a list of available aliased Phars
phive listInstall 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 updateContext
tldr-pages: common/phive
Revisions (0)
No revisions yet.