phive icon indicating copy to clipboard operation
phive copied to clipboard

Add support for signed phars with signature attached

Open theseer opened this issue 7 years ago • 0 comments

Apart from having detached signature files foo.phar.asc for a given foo.phar, gpg also supports signing the archive and keep the signature attached (usually stored as foo.phar.gpg).

We might want to support this way of distribution. An example using this means of distribution can be found with wp-cli (https://github.com/phar-io/phar.io/pull/47).

theseer avatar Jul 12 '18 08:07 theseer