{"id":20724080,"url":"https://github.com/jerray/drone-composer","last_synced_at":"2025-08-30T20:15:22.699Z","repository":{"id":140081695,"uuid":"177948854","full_name":"jerray/drone-composer","owner":"jerray","description":"Drone Plugin used to download dependencies of PHP project","archived":false,"fork":false,"pushed_at":"2019-03-28T12:20:26.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T08:34:53.640Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jerray.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-03-27T08:16:40.000Z","updated_at":"2020-03-27T02:52:35.000Z","dependencies_parsed_at":"2024-03-31T00:15:37.172Z","dependency_job_id":null,"html_url":"https://github.com/jerray/drone-composer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jerray/drone-composer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerray%2Fdrone-composer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerray%2Fdrone-composer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerray%2Fdrone-composer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerray%2Fdrone-composer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jerray","download_url":"https://codeload.github.com/jerray/drone-composer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerray%2Fdrone-composer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272900166,"owners_count":25012034,"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","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-17T04:12:09.579Z","updated_at":"2025-08-30T20:15:22.691Z","avatar_url":"https://github.com/jerray.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Drone Composer\n\nThis is a [drone](https://drone.io/) plugin used to download PHP dependencies using Composer.\n\nYou can download private repositories using this image without sharing socket of `ssh-agent`.\nInstead, you provide your RSA private key to achieve the goal. The default entrypoint run composer with\n`--ignore-platform-reqs` option, to ignore your project's platform requirements such as PHP version,\nextensions, etc.\n\n## Example\n\n```yaml\nsteps:\n- name: vendor\n  image: jerray/drone-composer:latest\n  settings:\n    git_private_key:\n      from_secret: git_private_key\n    git_server_hosts:\n    - github.com\n    composer_auth:\n      from_secret: composer_auth_json\n    composer_repo_packagist:\n```\n\n## Settings\n\n* `git_private_key` RSA private key used to download private repositories through SSH.\n* `git_server_hosts` Git site domain list where your private repositories are located at.\n* `composer_auth` Contents of [`auth.json`](https://getcomposer.org/doc/articles/http-basic-authentication.md). You can also provide a GitHub OAuth token to avoid GitHub's request rate limit.\n* `composer_repo_packagist` Packagist URL.\n* `chdir` Change to a sub directory to run the composer command.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerray%2Fdrone-composer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjerray%2Fdrone-composer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerray%2Fdrone-composer/lists"}