{"id":20626981,"url":"https://github.com/luminsports/github-action-composer-install","last_synced_at":"2026-03-19T16:48:26.177Z","repository":{"id":65160727,"uuid":"478522428","full_name":"luminsports/github-action-composer-install","owner":"luminsports","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-25T00:46:28.000Z","size":6,"stargazers_count":0,"open_issues_count":3,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-05T03:34:07.305Z","etag":null,"topics":["github-action"],"latest_commit_sha":null,"homepage":null,"language":null,"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/luminsports.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":"2022-04-06T11:05:17.000Z","updated_at":"2023-03-31T12:43:26.000Z","dependencies_parsed_at":"2024-01-25T01:45:03.173Z","dependency_job_id":"1a9e047d-fad4-416c-b1bc-77fe66106afe","html_url":"https://github.com/luminsports/github-action-composer-install","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"6ae82cccf17d22e6cc93f6774f01a3b36a03d24c"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/luminsports/github-action-composer-install","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luminsports%2Fgithub-action-composer-install","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luminsports%2Fgithub-action-composer-install/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luminsports%2Fgithub-action-composer-install/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luminsports%2Fgithub-action-composer-install/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luminsports","download_url":"https://codeload.github.com/luminsports/github-action-composer-install/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luminsports%2Fgithub-action-composer-install/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29169384,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T16:33:35.550Z","status":"ssl_error","status_checked_at":"2026-02-06T16:33:30.716Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["github-action"],"created_at":"2024-11-16T13:15:26.071Z","updated_at":"2026-02-06T17:02:47.880Z","avatar_url":"https://github.com/luminsports.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- start title --\u003e\n\n# GitHub Action: composer-install-action\n\n\u003c!-- end title --\u003e\n\n\u003c!-- start description --\u003e\n\nInstall Composer Dependencies via Github Action.\n\n\u003c!-- end description --\u003e\n\n\u003c!-- start usage --\u003e\n\n```yaml\n- uses: luminsports/github-action-composer@main\n  with:\n    # Disables installation of require-dev packages.\n    no-dev: \"\"\n\n    # Optimize autoloader during autoloader dump.\n    # Default: true\n    optimize-autoloader: \"\"\n\n    # Optimize autoloader during autoloader dump.\n    no-autoloader: \"\"\n\n    # Forces installation from package dist (default behavior).\n    # Default: true\n    prefer-dist: \"\"\n\n    # Forces installation from package sources when possible, including VCS\n    # information.\n    prefer-source: \"\"\n\n    # Whether to use cache.\n    # Default: true\n    cache: \"\"\n\n    # Whether to create artifacts.\n    # Default: true\n    artifact: \"\"\n\n    # Name of generated artifact.\n    # Default: composer\n    artifact-name: \"\"\n\n    # Name of generated artifact.\n    # Default: vendor.tar\n    artifact-path: \"\"\n\n    # Number of days that the artifact should be retained for.\n    # Default: 7\n    artifact-retention-days: \"\"\n```\n\n\u003c!-- end usage --\u003e\n\n\u003c!-- start inputs --\u003e\n\n| **Input**                     | **Description**                                                                    | **Default**  | **Required** |\n| :---------------------------- | :--------------------------------------------------------------------------------- | :----------: | :----------: |\n| **`no-dev`**                  | Disables installation of require-dev packages.                                     |              |  **false**   |\n| **`optimize-autoloader`**     | Optimize autoloader during autoloader dump.                                        |    `true`    |  **false**   |\n| **`no-autoloader`**           | Optimize autoloader during autoloader dump.                                        |              |  **false**   |\n| **`prefer-dist`**             | Forces installation from package dist (default behavior).                          |    `true`    |  **false**   |\n| **`prefer-source`**           | Forces installation from package sources when possible, including VCS information. |              |  **false**   |\n| **`cache`**                   | Whether to use cache.                                                              |    `true`    |  **false**   |\n| **`artifact`**                | Whether to create artifacts.                                                       |    `true`    |  **false**   |\n| **`artifact-name`**           | Name of generated artifact.                                                        |  `composer`  |  **false**   |\n| **`artifact-path`**           | Name of generated artifact.                                                        | `vendor.tar` |  **false**   |\n| **`artifact-retention-days`** | Number of days that the artifact should be retained for.                           |     `7`      |  **false**   |\n\n\u003c!-- end inputs --\u003e\n\n\u003c!-- start outputs --\u003e\n\n| **Output**               | **Description**                                                                       | **Default** | **Required** |\n| :----------------------- | :------------------------------------------------------------------------------------ | ----------- | ------------ |\n| `checkstyle-result`      | Checkstyle report generate by php-cs-fixer                                            |             |              |\n| `pull-request-number`    | The pull request number                                                               |             |              |\n| `pull-request-url`       | The URL of the pull request.                                                          |             |              |\n| `pull-request-operation` | The pull request operation performed by the action, `created`, `updated` or `closed`. |             |              |\n| `pull-request-head-sha`  | The commit SHA of the pull request branch.                                            |             |              |\n\n\u003c!-- end outputs --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluminsports%2Fgithub-action-composer-install","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluminsports%2Fgithub-action-composer-install","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluminsports%2Fgithub-action-composer-install/lists"}