
phar
List of commands for phar:
-
phar:tldr:4a1c9 phar: Display the contents of a Phar file.$ phar list -f ${path-to-phar_file}try on your machineexplain this command
-
phar:tldr:51143 phar: Sign a Phar file with an OpenSSL private key.$ phar sign -f ${path-to-phar_file} -h openssl -y ${path-to-private_key}try on your machineexplain this command
-
phar:tldr:607c8 phar: Compress or uncompress files and directories in a Phar file.$ phar compress -f ${path-to-phar_file} -c ${algorithm}try on your machineexplain this command
-
phar:tldr:955a3 phar: Delete the specified file or directory from a Phar file.$ phar delete -f ${path-to-phar_file} -e ${file_or_directory}try on your machineexplain this command
-
phar:tldr:af0d0 phar: Get information about a Phar file.$ phar info -f ${path-to-phar_file}try on your machineexplain this command
-
phar:tldr:b8fda phar: Add space-separated files or directories to a Phar file.$ phar add -f ${path-to-phar_file} ${files_or_directories}try on your machineexplain this command
-
phar:tldr:bd556 phar: Display full usage information and available hashing/compression algorithms.$ phar helptry on your machineexplain this command
-
phar:tldr:f360d phar: Sign a Phar file with a specific hash algorithm.$ phar sign -f ${path-to-phar_file} -h ${algorithm}try on your machineexplain this command