{"id":22201646,"url":"https://github.com/ngmy/phive-install-action","last_synced_at":"2026-05-08T15:06:20.842Z","repository":{"id":48922500,"uuid":"344521424","full_name":"ngmy/phive-install-action","owner":"ngmy","description":"A GitHub Action to download PHIVE, install tools, and upload them to the artifact store","archived":false,"fork":false,"pushed_at":"2021-07-05T14:19:11.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-02T01:18:47.679Z","etag":null,"topics":["ci","continuous-integration","dependency-manager","github-actions","phive","php"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/install-phive-tools","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ngmy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"ngmy","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":"https://flattr.com/@ngmy"}},"created_at":"2021-03-04T15:31:10.000Z","updated_at":"2021-07-05T14:17:58.000Z","dependencies_parsed_at":"2023-01-04T12:30:11.834Z","dependency_job_id":null,"html_url":"https://github.com/ngmy/phive-install-action","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngmy%2Fphive-install-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngmy%2Fphive-install-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngmy%2Fphive-install-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngmy%2Fphive-install-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ngmy","download_url":"https://codeload.github.com/ngmy/phive-install-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245377955,"owners_count":20605375,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ci","continuous-integration","dependency-manager","github-actions","phive","php"],"created_at":"2024-12-02T16:09:44.048Z","updated_at":"2026-05-08T15:06:20.800Z","avatar_url":"https://github.com/ngmy.png","language":"Shell","funding_links":["https://github.com/sponsors/ngmy","https://flattr.com/@ngmy"],"categories":[],"sub_categories":[],"readme":"# PHIVE Install Action\n[![CI](https://github.com/ngmy/phive-install-action/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/ngmy/phive-install-action/actions/workflows/continuous-integration.yml)\n\nPHIVE Install Action is a GitHub Action to download [PHIVE](https://phar.io/), install tools while automatically answering \"y\" to the \"Import this key?\" question, and upload them to the artifact store.\n\n## Requirements\nPHIVE Install Action has the following requirements:\n\n* Bash\n* PHP\n\n## Usage\nUse PHIVE Install Action as a step in the job after the checkout step of your repository, as follows:\n```yaml\n- name: Install tools\n  uses: ngmy/phive-install-action@master\n```\n\nYou can also upload tools to the artifact store for use in subsequent jobs, as follows:\n```yaml\njobs:\n  install_tools:\n    name: Install tools\n    runs-on: ubuntu-latest\n    steps:\n      - name: Check out repository\n        uses: actions/checkout@v2\n      - name: Install tools\n        uses: ngmy/phive-install-action@master\n      - name: Upload tools to artifact store\n        uses: actions/upload-artifact@master\n        with:\n          name: tools\n          path: tools\n  test:\n    name: Test\n    runs-on: ubuntu-latest\n    needs: install_tools\n    steps:\n      - name: Check out repository\n        uses: actions/checkout@v2\n      - name: Download tools from artifact store\n        uses: actions/download-artifact@master\n        with:\n          name: tools\n          path: tools\n      - name: Set tools as an executable\n        run: find tools -type f -print0 | xargs -0 chmod +x\n```\n\n### Input Parameters\n#### phive-arguments\nPHIVE Install Action always passes the `--copy` option to the PHIVE `install` command.\nIf you want to pass additional options or arguments, you can use the `phive-arguments` input parameter.\n\nFor example:\n```yaml\n- name: Install tools\n  uses: ngmy/phive-install-action@master\n  with:\n    phive-arguments: --force-accept-unsigned vendor/unsigned-project\n```\n\n#### phive-keyserver\nIf you want to change the GPG key server to use when installing PHIVE, you can use the `phive-keyserver` input parameter.\n\nFor example:\n```yaml\n- name: Install tools\n  uses: ngmy/phive-install-action@master\n  with:\n    phive-keyserver: hkps://keyserver.ubuntu.com\n```\n\n## License\nPHIVE Install Action is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngmy%2Fphive-install-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fngmy%2Fphive-install-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngmy%2Fphive-install-action/lists"}