vendic/Composer install action
Composer install with cache
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| composer_install_options | Options that will be added to the composer install command | no | --prefer-dist --no-interaction --ignore-platform-req=ext-soap --ignore-platform-req=ext-bcmath --ignore-platform-req=ext-gd |
| cache_dir | Directory that will hold the cached data. | yes | — |
| hash_prefix | Hash prefix, useful for testing if you want to bust the cache. | no | 1 |
| zstd_compression_level | zstd compression level (1-19, 1=fastest, 19=best compression) | no | 1 |
Outputs
| name | description |
|---|---|
| cache_hash | The hash used for caching. |
| cache_dir | The directory used for caching. |