luminsports/github-action-composer-install
Install Composer Dependencies via Github Action.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 17, 2026
- License
- None
Pinned Snippet
uses: luminsports/github-action-composer-install@c141320701fdae968a2cbe0d65a6df0be83f81c8 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| no-dev | Disables installation of require-dev packages. | no | — |
| optimize-autoloader | Optimize autoloader during autoloader dump. | no | true |
| no-autoloader | Optimize autoloader during autoloader dump. | no | — |
| prefer-dist | Forces installation from package dist (default behavior). | no | true |
| prefer-source | Forces installation from package sources when possible, including VCS information. | no | — |
| cache | Whether to use cache. | no | true |
| artifact | Name of generated artifact. | no | "" |
| artifact-path | Path of generated artifact. | no | vendor.tar |
| artifact-retention-days | Number of days that the artifact should be retained for. | no | 7 |
Outputs
| name | description |
|---|---|
| artifact | Name of generated artifact. |
| artifact-path | Path of generated artifact. |
| composer-cache-dir | Composer cache directory. |