Create, update or extract PHP archives (PHAR).
phar add -f {{path/to/phar_file}} {{files_or_directories}}
phar list -f {{path/to/phar_file}}
phar delete -f {{path/to/phar_file}} -e {{file_or_directory}}
phar help
phar compress -f {{path/to/phar_file}} -c {{algorithm}}
phar info -f {{path/to/phar_file}}
phar sign -f {{path/to/phar_file}} -h {{algorithm}}
phar sign -f {{path/to/phar_file}} -h openssl -y {{path/to/private_key}}