phive icon indicating copy to clipboard operation
phive copied to clipboard

The Phar Installation and Verification Environment (PHIVE)

Results 64 phive issues
Sort by recently updated
recently updated
newest added

## Description It would be nice to have Composer plugin to install and use PHARs directly from Composer. Now this is problem, because developers must have Composer and PHIVE file...

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...

Is it possible to have multiple repository URL for one PHAR in [`repositories.xml`](https://github.com/phar-io/phar.io/blob/master/data/repositories.xml). This would be useful if one URL will be unavailable, so PHIVE could fallback to another. **Example:**...

Unfortunately PHPStorm is not able to work out if a symlink is spotting to a phar file. In my case this removes the autocomplete feature for unit tests, since PHPStorm...

enhancement
discussion

It would be nice to provide information about how to setup Travis-CI to generate the signature file of the recently created phar file and how to upload to GitHub release....

Some projects seem to use OpenSSL digest signatures to "sign" their releases. Phive might have support this type of signature, even though is has quite some tricky parts: * **No...

enhancement
discussion

``` $ phive install phpab (...) Linking phpab-1.20.0.phar to /Users/sebastian/projects/php/phive/tools/phpab ``` leads to the following `phive.xml`: ``` ``` Installing phpab from GitHub afterwards: ``` $ phive install theseer/autoload (...) Linking...

bug

Currently, we can either install a fixed version or whatever is latest. Depending on the runtime environment, this may be not good enough. For instance PHPUnit 6.x will not work...

question
discussion