System Grab Bag

View all TLDR pages from common (or from all pages)

phive

The Phar Installation and Verification Environment for secure PHP application deployment. More information: https://phar.io.
  • 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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.