{"id":18840604,"url":"https://github.com/bitexpert/composer-phive-bridge","last_synced_at":"2025-10-17T01:28:33.933Z","repository":{"id":53169774,"uuid":"351040005","full_name":"bitExpert/composer-phive-bridge","owner":"bitExpert","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-06T09:09:05.000Z","size":32,"stargazers_count":7,"open_issues_count":2,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-14T07:07:26.173Z","etag":null,"topics":["composer","phar","phive","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/bitExpert.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-24T10:37:28.000Z","updated_at":"2024-04-06T06:23:06.000Z","dependencies_parsed_at":"2024-11-08T02:48:29.375Z","dependency_job_id":"262cba57-7e4d-40e3-95aa-c28c3400c9f1","html_url":"https://github.com/bitExpert/composer-phive-bridge","commit_stats":{"total_commits":14,"total_committers":4,"mean_commits":3.5,"dds":0.3571428571428571,"last_synced_commit":"36a0cdbfaa99ecf210052986e8e0a1679f9321fd"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitExpert%2Fcomposer-phive-bridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitExpert%2Fcomposer-phive-bridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitExpert%2Fcomposer-phive-bridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitExpert%2Fcomposer-phive-bridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitExpert","download_url":"https://codeload.github.com/bitExpert/composer-phive-bridge/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248837280,"owners_count":21169374,"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":["composer","phar","phive","php"],"created_at":"2024-11-08T02:48:18.750Z","updated_at":"2025-10-17T01:28:33.838Z","avatar_url":"https://github.com/bitExpert.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Composer-PHIVE Bridge\n\n[![Build Status](https://github.com/bitExpert/composer-phive-bridge/workflows/ci/badge.svg?branch=master)](https://github.com/bitExpert/composer-phive-bridge/actions)\n[![Mastodon Follow](https://img.shields.io/mastodon/follow/109408681246972700?domain=https://rheinneckar.social)](https://rheinneckar.social/@bitexpert)\n\nUpdate the phive toolset on `composer update`\n\n[PHIVE](https://phar.io) is a tool to distribute PHAR files which is ideal to distribute tools for your\nbuild-process without having to worry about them influencing your dependencies.\n\nWait, what?\n\nWell, usually whenever you require a development tool via `composer require --dev` that tool will influence your\ndependency tree as all the dependencies of your tool now become dependencies of your project. So whenever you\nrequire a lot of dev-dependencies that makes dependencies-resolving much more complicated as the dependencies of\nthose dev-dependencies suddenly need to match your projects dependencies as well. To circumvent that you can use\nthe phar-versions of the tools you are using. Those are like binary files that do not influence your dependencies\nat all.\n\nThe tool to use for managing those PHAR files is [PHIVE](https://phar.io). PHIVE not only allows you to install\nyour CI tools without influencing your dependencies, it also comes with signature check on board so that you can be\nabsolutely sure that only tools with correct digital signatures (if available) are installed.\n\nBut now you have to handle 2 different tools to get your dependencies and your tools up-to-date.\n\nThis plugin tries to fix that by updating your PHIVE-installed tools everytime you do a `composer update`. So you now\nonly need to update one tool and the other one is updated automatically.\n\n## Installation\n\nObviously this is installed using Composer.\n\n```bash\ncomposer require --dev bitexpert/composer-phive-bridge\n```\n\n## Usage\n\nAfter the package is installed, there is nothing more you need to do. On the next `composer update` the plugin\nwill check for `phive` and if it is not installed, it will install `phive` in the current folder and then run\n`phive install` to install all tools.\n\nIf you want to add a new tool, run `phive install \u003ctool\u003e` according to the [PHIVE documentation](https://phar.io)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitexpert%2Fcomposer-phive-bridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitexpert%2Fcomposer-phive-bridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitexpert%2Fcomposer-phive-bridge/lists"}