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

This fixes `phive install doctum`, at least, but I'm not sure how common releases with multiple signatures are; it may be worth incorporating the same fix into other repositories?

When executing `phive install` in GitLab CI as a non-root user, a "creating directory failed" error occurs. You can see an example here: https://dev.quiqqer.com/quiqqer/quiqqer/-/jobs/6108 I tried to debug this and...

Hey @theseer Installing the `phpactor.phar` file from https://github.com/phpactor/phpactor/releases fails, but the error message is not clear on why. `phpactor`, started shipping a `phar` file since [2023.06.17](https://github.com/phpactor/phpactor/releases/tag/2023.06.17). Manually adding the `phar`...

discussion

composer allows to set a "cafile" or "capth" option to override the cafile set by curl php See https://getcomposer.org/doc/06-config.md#cafile or https://getcomposer.org/doc/06-config.md#capath Current problem is that I cannot get phive to...

enhancement

Is it possible to allow/support also - https://github.com/phpstan/extension-installer - https://github.com/symplify/phpstan-rules Refs https://github.com/cakephp/cakephp/pull/17448 We currently have phpstan installed via phive, but also having those (depending directly on phpstan) available makes it...

I've been giving another try to phive, locally I'm quite happy with it but the CI integration is a bit more annoying. The GitHubAction [shivammathur/setup-php](https://github.com/shivammathur/setup-php) does quite a good job...

Over time, projects might become abandoned or turn out outright hostile - e.g. by using a typo name and/or claiming to be official when they, in fact, aren't. Phive should...

enhancement

Hi, For IDEs to be able to provide autocompletion for a library compiled as a PHAR, they must be able to include it's content, which is only possible if the...

The `bump` command would increase the lower limit of the phar tools to the currently installed versions. For example, see `composer bump` command: https://getcomposer.org/doc/03-cli.md#bump

enhancement