actions-marketplace-validations/PHP Composer
Use the Composer CLI in your Github Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| composer_version | What version of Composer to use | no | latest |
| command | Composer command to run (or get_config to just get the output vars) | yes | install |
| args | Command line arguments to composer | no | --optimize-autoloader --no-progress |
| github_oauth | OAuth token for accessing github private resources | no | "" |
Outputs
| name | description |
|---|---|
| composer_cache_dir | Where composer created its cache |
| composer_major_version | Major version of the composer run (can be used as part of the cache key) |
| composer_version | Exact version of the composer run |